_v2-entry-point: Support custom LD_LIBRARY_PATH from game launch options
1 unresolved thread
1 unresolved thread
Compare changes
+ 32
− 32
@@ -152,38 +152,38 @@ fi
When a game is launched with a custom launch option as:
"LD_LIBRARY_PATH="/my_libs:${LD_LIBRARY_PATH}" %command%"
we want to treat /my_libs
as if it were part of the OS-level search
path.
/cc @smcv