1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Update AMBuildScript

This commit is contained in:
vanz666 2023-11-15 16:42:02 +03:00 committed by Nicholas Hastings
parent 942c9d7963
commit 36b9858a11

View File

@ -252,6 +252,7 @@ class MMSConfig(object):
if builder.target.platform == 'linux':
cxx.defines += [
'POSIX',
'LINUX',
'_LINUX',
]
cxx.linkflags += ['-shared']