wscript: add yy-thunks library to help support the holy cow of windows users

This commit is contained in:
Alibek Omarov
2026-06-21 09:41:12 +05:00
parent 57206b3651
commit 3366ad06d0
14 changed files with 76 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ def configure(conf):
def build(bld):
bld(name = 'filesystem_includes', export_includes = '.')
libs = [ 'filesystem_includes', 'sdk_includes', 'werror' ]
libs = [ 'filesystem_includes', 'sdk_includes', 'werror', 'yy_thunks' ]
# on PSVita do not link any libraries that are already in the main executable, but add the includes target
if bld.env.DEST_OS != 'psvita':