Link amxxpc with static libstdc++ on Linux.

This commit is contained in:
Scott Ehlert
2014-04-20 14:52:50 -05:00
parent aa00fc6f63
commit 2d4e3a6d25
2 changed files with 20 additions and 0 deletions

View File

@ -14,6 +14,7 @@ if builder.target_platform == 'linux':
binary.compiler.postlink += [
'-ldl',
binary.Dep('libz.a'),
binary.Dep(AMXX.stdcxx_path),
]
elif builder.target_platform == 'mac':
binary.compiler.postlink += [binary.Dep('libz-darwin.a')]