mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
wscript: move werror flags into uselib
This commit is contained in:
+1
-1
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user