wscript: move werror flags into uselib

This commit is contained in:
Alibek Omarov
2024-01-30 17:24:17 +03:00
parent f67736180b
commit bfcaba54dc
12 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ def configure(conf):
def build(bld):
bld(name = 'filesystem_includes', export_includes = '.')
libs = [ 'filesystem_includes', 'sdk_includes' ]
libs = [ 'filesystem_includes', 'sdk_includes', 'werror' ]
# on PSVita do not link any libraries that are already in the main executable, but add the includes target
if bld.env.DEST_OS != 'psvita':