mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
utils: mdldec: fix wscript to build
This commit is contained in:
parent
3853ff5435
commit
401b145040
@ -19,7 +19,7 @@ def build(bld):
|
|||||||
bld(source = bld.path.ant_glob('*.c'),
|
bld(source = bld.path.ant_glob('*.c'),
|
||||||
target = 'mdldec',
|
target = 'mdldec',
|
||||||
features = 'c cprogram',
|
features = 'c cprogram',
|
||||||
includes = includes,
|
includes = '.',
|
||||||
use = 'engine_includes public M',
|
use = 'engine_includes public M',
|
||||||
install_path = bld.env.BINDIR,
|
install_path = bld.env.BINDIR,
|
||||||
subsystem = bld.env.CONSOLE_SUBSYSTEM
|
subsystem = bld.env.CONSOLE_SUBSYSTEM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user