mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 1391127 Add -lm for brotli when compiling with gcc for Windows r=glandium
MozReview-Commit-ID: HBficJlFKSH --HG-- extra : rebase_source : 77f22486396f4c611132764d19ff93708f161016
This commit is contained in:
parent
bbb6f1eeba
commit
9ac1fd1250
0
modules/brotli/enc/fast_log.h
Normal file → Executable file
0
modules/brotli/enc/fast_log.h
Normal file → Executable file
@ -54,7 +54,7 @@ HOST_SOURCES += [
|
||||
'tools/bro.c',
|
||||
]
|
||||
|
||||
if CONFIG['OS_TARGET'] != 'WINNT':
|
||||
if CONFIG['HOST_CC_TYPE'] not in ('msvc', 'clang-cl'):
|
||||
HOST_OS_LIBS += [
|
||||
'm' # for log2() function used by Brotli encoder
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user