mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
now amxmodx can use std (#1026)
This commit is contained in:
parent
8ee3da24cb
commit
ec82e3f34c
@ -27,6 +27,10 @@ elif builder.target_platform == 'windows':
|
|||||||
'/EXPORT:GiveFnptrsToDll=_GiveFnptrsToDll@8,@1',
|
'/EXPORT:GiveFnptrsToDll=_GiveFnptrsToDll@8,@1',
|
||||||
'/SECTION:.data,RW',
|
'/SECTION:.data,RW',
|
||||||
]
|
]
|
||||||
|
elif builder.target_platform == 'linux':
|
||||||
|
binary.compiler.postlink += [
|
||||||
|
binary.Dep(AMXX.stdcxx_path),
|
||||||
|
]
|
||||||
|
|
||||||
binary.compiler.linkflags += [AMXX.zlib.binary, AMXX.hashing.binary, AMXX.utf8rewind.binary]
|
binary.compiler.linkflags += [AMXX.zlib.binary, AMXX.hashing.binary, AMXX.utf8rewind.binary]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user