Skip to content
Snippets Groups Projects
Commit 413bf6ce authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Bug 1418425 - Compile zlib as host lib r=glandium

MozReview-Commit-ID: 5jXyVhRI0kD

--HG--
extra : rebase_source : 0260fe4e64e6a9047c915ef1a6e77c7f92d81e24
parent bb1c0d33
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ if CONFIG['ZLIB_IN_MOZGLUE']:
else:
# The final library is in config/external/zlib
FINAL_LIBRARY = 'zlib'
HostLibrary('hostzlib')
SOURCES += [
'adler32.c',
......@@ -34,3 +35,6 @@ SOURCES += [
'uncompr.c',
'zutil.c',
]
HOST_SOURCES = SOURCES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment