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

@@ -12,7 +12,6 @@ def build(bld):
bld.shlib(
source = 'r_context.c',
target = 'ref_null',
features = 'c',
defines = 'REF_DLL',
use = 'engine_includes sdk_includes werror',
install_path = bld.env.LIBDIR,