mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
waifulib/owcc: add -xx to ignore default includes
This commit is contained in:
@@ -116,7 +116,9 @@ def configure(conf):
|
||||
conf.owcc_common_flags()
|
||||
conf.cc_load_tools()
|
||||
conf.cc_add_flags()
|
||||
conf.env.append_unique('CFLAGS','-Wc,-xx')
|
||||
conf.cxx_load_tools()
|
||||
conf.cxx_add_flags()
|
||||
conf.env.append_unique('CXXFLAGS','-Wc,-xx')
|
||||
conf.link_add_flags()
|
||||
conf.owcc_detect_platform()
|
||||
|
||||
Reference in New Issue
Block a user