Bug 711478: fix regression from bug 696436 that broke Windows PGO builds, r=ted, landing on CLOSED TREE so that we can reopen it

This commit is contained in:
Gavin Sharp 2011-12-16 10:16:54 -08:00
Родитель cc3da2cd2c
Коммит 96ba842741
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -55,6 +55,14 @@ include $(topsrcdir)/config/rules.mk
TARGET_DEPTH = ../..
include $(topsrcdir)/build/automation-build.mk
# Need to override the browser_path from binary-location.mk (included via automation-build.mk)
# since we want to run from e.g. dist/firefox rather than dist/bin
ifeq ($(OS_ARCH),Darwin)
browser_path = \"$(TARGET_DIST)/$(MOZ_APP_NAME)/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS/$(PROGRAM)\"
else
browser_path = \"$(TARGET_DIST)/$(MOZ_APP_NAME)/$(PROGRAM)\"
endif
# Stuff to make a build with a profile
_PGO_FILES = \