mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: try to fix running tests on macOS 2
This commit is contained in:
@@ -362,4 +362,6 @@ def build(bld):
|
||||
|
||||
# taken from dyld(1) man-page
|
||||
if Utils.unversioned_sys_platform() == 'darwin':
|
||||
if not hasattr(tg, 'ut_env'):
|
||||
setattr(tg, 'ut_env', dict(os.environ))
|
||||
tg.ut_env['DYLD_FALLBACK_FRAMEWORK_PATH'] = '/Library/Frameworks:/System/Library/Frameworks'
|
||||
|
||||
Reference in New Issue
Block a user