mdldec: build with CONSOLE subsystem on Win32

This commit is contained in:
Alibek Omarov
2021-03-05 17:59:54 +03:00
parent 385cc3f497
commit 9b6f26c191
2 changed files with 9 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ def build(bld):
includes = includes,
use = libs,
install_path = bld.env.BINDIR,
subsystem = bld.env.MSVC_SUBSYSTEM
subsystem = bld.env.CONSOLE_SUBSYSTEM
)
bld.install_files(bld.env.SHAREDIR, 'res/activities.txt')