1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Update AMBuildScript

This commit is contained in:
vanz666 2023-11-15 16:40:54 +03:00 committed by Nicholas Hastings
parent 1a0c220656
commit 942c9d7963

View File

@ -243,7 +243,7 @@ class MMSPluginConfig(object):
# Platform-specifics
if cxx.target.platform == 'linux':
cxx.defines += ['_LINUX', 'POSIX', '_FILE_OFFSET_BITS=64']
cxx.defines += ['LINUX', '_LINUX', 'POSIX', '_FILE_OFFSET_BITS=64']
if cxx.family == 'gcc':
cxx.linkflags += ['-static-libgcc']
elif cxx.family == 'clang':