mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
define GNUC so that SDKS build properly
This commit is contained in:
parent
c61d0576b1
commit
c2420c0f17
@ -183,6 +183,7 @@ class MMSConfig(object):
|
|||||||
'_snprintf=snprintf',
|
'_snprintf=snprintf',
|
||||||
'_vsnprintf=vsnprintf',
|
'_vsnprintf=vsnprintf',
|
||||||
'_alloca=alloca',
|
'_alloca=alloca',
|
||||||
|
'GNUC'
|
||||||
]
|
]
|
||||||
cxx.cflags += proj_c_flags
|
cxx.cflags += proj_c_flags
|
||||||
cxx.cflags += [ # todo: what is the difference between cflags and cxxflags
|
cxx.cflags += [ # todo: what is the difference between cflags and cxxflags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user