Skip to content
Snippets Groups Projects
Commit 2a322c28 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

dont break mac build by EMBED_ZLIB=true again

parent d9ff4562
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,8 @@ class CSharpLanguage(object):
_check_compiler(self.args.compiler, ['default'])
if self.platform == 'mac':
# On Mac, official distribution of mono is 32bit.
self._make_options = ['EMBED_OPENSSL=true', 'EMBED_ZLIB=true',
# TODO(jtattermusch): EMBED_ZLIB=true currently breaks the mac build
self._make_options = ['EMBED_OPENSSL=true',
'CFLAGS=-m32', 'LDFLAGS=-m32']
else:
self._make_options = ['EMBED_OPENSSL=true', 'EMBED_ZLIB=true']
......
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