diff --git a/AMBuildScript b/AMBuildScript index c23674de..bdbb7d10 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -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 += [