Skip to content

_v2-entry-point: Support custom LD_LIBRARY_PATH from game launch options

Ludovico de Nittis requested to merge wip/denittis/t24167 into master

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

Edited by Ludovico de Nittis

Merge request reports