Bug 1224291 - define BUILD_PORTABLE for brotli r=jfkthame

This commit is contained in:
Patrick McManus 2016-01-28 12:48:08 -05:00
parent 27cb748ee1
commit 2adafba403

View File

@ -26,4 +26,6 @@ UNIFIED_SOURCES += [
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True
CFLAGS += ['-DBROTLI_BUILD_PORTABLE']
Library('brotli')