wscript: remove useless features

This commit is contained in:
Alibek Omarov
2024-10-23 23:20:47 +03:00
parent ba2191172d
commit a15c1f99b2
18 changed files with 11 additions and 22 deletions

View File

@@ -30,9 +30,8 @@ def build(bld):
if bld.env.DEST_OS == 'linux':
bld.env.LDFLAGS += ['-Wl,--no-as-needed', '-lm']
bld(source = source,
bld.program(source = source,
target = 'xash3d', # hl.exe
features = 'c cxx cxxprogram',
use = 'sdk_includes DL USER32 SHELL32 werror',
rpath = bld.env.DEFAULT_RPATH,
install_path = bld.env.BINDIR,