python/build/zlib.py: build zlib as a static library

Fixes one part of #404
This commit is contained in:
Max Kellermann 2018-11-04 11:09:05 +01:00
parent 528f5b9cb9
commit aa6bef54dd
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ class ZlibProject(Project):
'INCLUDE_PATH='+ os.path.join(toolchain.install_prefix, 'include'),
'LIBRARY_PATH=' + os.path.join(toolchain.install_prefix, 'lib'),
'BINARY_PATH=' + os.path.join(toolchain.install_prefix, 'bin'),
'SHARED_MODE=1'],
],
cwd=src, env=toolchain.env)