engine: try to fix running tests on macOS 2

This commit is contained in:
Alibek Omarov
2026-04-01 06:29:22 +05:00
parent e5670afc4c
commit 99d01e7967

View File

@@ -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'