1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

AMBuild: add missing LINUX define

This commit is contained in:
Nick Hastings 2024-04-21 11:45:03 -04:00
parent a3efa702d0
commit b886c90f88

View File

@ -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 += [