mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
AMBuild: add missing LINUX define
This commit is contained in:
parent
a3efa702d0
commit
b886c90f88
@ -118,7 +118,7 @@ class SDKConfig(object):
|
||||
return
|
||||
|
||||
def configure_linux(self, cxx):
|
||||
cxx.defines += ['_LINUX', 'POSIX', 'GNUC']
|
||||
cxx.defines += ['_LINUX', 'LINUX', 'POSIX', 'GNUC']
|
||||
|
||||
# Set of defines required by the HL2SDK
|
||||
cxx.defines += [
|
||||
|
Loading…
Reference in New Issue
Block a user