Bug 847382: Fix XULRunner SDK builds. r=glandium

This commit is contained in:
Alexander J. Vincent 2013-03-04 23:09:14 -08:00
parent 3986a322a5
commit 7d4c27a2f4
2 changed files with 3 additions and 1 deletions

View File

@ -694,7 +694,7 @@ make-sdk:
(cd $(DIST)/$(MOZ_APP_NAME)-sdk/lib && tar -xf -)
$(NSINSTALL) -D $(DIST)/$(SDK_PATH)
ifndef PKG_SKIP_STRIP
USE_ELF_HACK= $(PYTHON) toolkit/mozapps/installer/strip.py $(DIST)/$(MOZ_APP_NAME)-sdk
USE_ELF_HACK= $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/strip.py $(DIST)/$(MOZ_APP_NAME)-sdk
endif
cd $(DIST) && $(MAKE_SDK)

View File

@ -9,6 +9,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
STANDALONE_MAKEFILE := 1
NO_PKG_FILES = \
xulrunner-config \
regchrome* \