utils: mdldec: fix wscript to build

This commit is contained in:
Alibek Omarov 2022-09-10 21:48:39 +03:00
parent 3853ff5435
commit 401b145040
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def build(bld):
bld(source = bld.path.ant_glob('*.c'),
target = 'mdldec',
features = 'c cprogram',
includes = includes,
includes = '.',
use = 'engine_includes public M',
install_path = bld.env.BINDIR,
subsystem = bld.env.CONSOLE_SUBSYSTEM