mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-21 14:54:14 +01: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…
x
Reference in New Issue
Block a user