зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1476174 - Fix-up the change from bug 1474024 to avoid creating lto object files in installed locations. r=ted
--HG-- extra : rebase_source : 3ec10cc8801b2b6890496d77fdbcc429e31afca5
This commit is contained in:
Родитель
3ffadbe5c7
Коммит
40d73395b9
|
@ -229,7 +229,7 @@ ifeq (Darwin,$(OS_TARGET))
|
|||
# from the first linked binaries would be overwritten by those of the
|
||||
# last linked binary. So we use a subdirectory containing the name of the
|
||||
# linked binary.
|
||||
LDFLAGS += -Wl,-object_path_lto,$@.lto.o/
|
||||
LDFLAGS += -Wl,-object_path_lto,$(@F).lto.o/
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче