Zlib: Use the generated static library with AMXX

This commit is contained in:
Arkshine
2015-02-02 20:21:06 +01:00
parent 6ac5211062
commit 47cd091879
7 changed files with 1 additions and 1694 deletions

View File

@ -32,13 +32,7 @@ elif builder.target_platform == 'windows':
]
binary.compiler.linkflags += jit_objects
if builder.target_platform == 'linux':
binary.compiler.linkflags += [binary.Dep('zlib/libz.a')]
elif builder.target_platform == 'mac':
binary.compiler.linkflags += [binary.Dep('zlib/libz-darwin.a')]
elif builder.target_platform == 'windows':
binary.compiler.linkflags += [binary.Dep('zlib\\zlib.lib')]
binary.compiler.linkflags += [AMXX.zlib.binary]
if builder.target_platform == 'mac':
binary.compiler.postlink += [