mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1149718: Fix wow_helper lib path for VS2015. r=glandium
--HG-- extra : rebase_source : 91893548992b2c0929abaa4e81bce60e473247ff
This commit is contained in:
parent
10dd02fb03
commit
8cac570831
@ -30,7 +30,7 @@ include $(topsrcdir)/config/config.mk
|
||||
# Munge the LIB variable to contain paths to the x64 CRT and system libraries.
|
||||
# Unconveniently, none of the paths have the same convention, including the
|
||||
# compiler path above.
|
||||
LIB = $(call lazy,LIB,$$(shell python -c 'import os; print ";".join(s.lower().replace(os.sep, "/").replace("/vc/lib", "/vc/lib/amd64").replace("/um/x86", "/um/x64") for s in os.environ["LIB"].split(";"))'))
|
||||
LIB = $(call lazy,LIB,$$(shell python -c 'import os; print ";".join(s.lower().replace(os.sep, "/").replace("/vc/lib", "/vc/lib/amd64").replace("/um/x86", "/um/x64").replace("/ucrt/x86", "/ucrt/x64") for s in os.environ["LIB"].split(";"))'))
|
||||
|
||||
CXXFLAGS := $(filter-out -arch:IA32,$(CXXFLAGS))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user