engine, game_launch: fix rpath usage

This commit is contained in:
Alibek Omarov
2022-07-26 02:54:20 +03:00
parent c326853617
commit fc132e87f4
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -184,5 +184,6 @@ def build(bld):
includes = includes,
use = libs,
install_path = install_path,
subsystem = bld.env.MSVC_SUBSYSTEM
subsystem = bld.env.MSVC_SUBSYSTEM,
rpath = '$ORIGIN'
)