Skip to content

Commit

Permalink
Fix lavapipe JSON patcher. Fixes 0a77514
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Mar 3, 2021
1 parent 0a77514 commit bcbf805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/lavapipejson.cmd
Expand Up @@ -3,7 +3,7 @@
@for /R %devroot%\%projectname%\bin\%abi%\ %%a IN (lvp_icd.*.json) do @for /f tokens^=^*^ delims^= %%b IN (%%a) do @(
@set /a jsonlines+=1
@IF !jsonlines! NEQ 4 set jsonline[!jsonlines!]=%%b
@IF !jsonlines! EQU 4 set jsonline[!jsonlines!]= "library_path": "vulkan_lvp.dll"
@IF !jsonlines! EQU 4 set jsonline[!jsonlines!]= "library_path": ".^\^\vulkan_lvp.dll"
)
@for /R %devroot%\%projectname%\bin\%abi%\ %%a IN (lvp_icd.*.json) do @(
@del %%a
Expand Down

0 comments on commit bcbf805

Please sign in to comment.