Set prefer system libraries off

This commit is contained in:
the-sane 2023-01-29 17:19:05 -05:00
parent c1fd44eef6
commit 239ea780cb

View File

@ -70,11 +70,13 @@
}, },
{ {
"execute": { "execute": {
"description": "Creating game path",
"command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}" "command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}"
} }
} }
], ],
"system": { "system": {
"prefer_system_libs": false,
"env": { "env": {
"DXVK_HUD": "0", "DXVK_HUD": "0",
"__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE": 1,