mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
wscript: set rpath to current folder, LD_LIBRARY_PATH is unneeded anymore
Fix README and AppImage launch script accordingly
This commit is contained in:
@@ -119,6 +119,7 @@ def build(bld):
|
||||
features = 'cxx',
|
||||
includes = includes,
|
||||
use = libs,
|
||||
rpath = '.',
|
||||
install_path = bld.env.LIBDIR,
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user