mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1806040 - Preserve host ldflags from configure when building clang-plugin. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D165247
This commit is contained in:
parent
f5d75f8abe
commit
7e97be654f
@ -4,7 +4,7 @@
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
HOST_LDFLAGS := $(LLVM_LDFLAGS) $(CLANG_LDFLAGS)
|
||||
HOST_LDFLAGS += $(LLVM_LDFLAGS) $(CLANG_LDFLAGS)
|
||||
|
||||
ifeq ($(HOST_OS_ARCH),WINNT)
|
||||
# clang-plugin.dll needs to be deterministic for sccache hashes
|
||||
|
Loading…
Reference in New Issue
Block a user