Skip to content
Snippets Groups Projects
Commit 775012af 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 : 0d189eb31853f4eb693cc6ffb3188f9104881274
parent 66f8fa73
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