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:
Mike Hommey 2018-07-17 11:29:49 +09:00
Родитель 3ffadbe5c7
Коммит 40d73395b9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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