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:
parent
942c9d7963
commit
36b9858a11
@ -252,6 +252,7 @@ class MMSConfig(object):
|
|||||||
if builder.target.platform == 'linux':
|
if builder.target.platform == 'linux':
|
||||||
cxx.defines += [
|
cxx.defines += [
|
||||||
'POSIX',
|
'POSIX',
|
||||||
|
'LINUX',
|
||||||
'_LINUX',
|
'_LINUX',
|
||||||
]
|
]
|
||||||
cxx.linkflags += ['-shared']
|
cxx.linkflags += ['-shared']
|
||||||
|
Loading…
Reference in New Issue
Block a user