Bug 1137060 - Set _RESPATH for OSX xulrunner; r=glandium a=lmandel
This commit is contained in:
@@ -37,8 +37,10 @@ endif
|
||||
ifndef _BINPATH
|
||||
_BINPATH = /$(_APPNAME)/Contents/MacOS
|
||||
endif # _BINPATH
|
||||
ifndef _RESPATH
|
||||
# Resource path for the precomplete file
|
||||
_RESPATH = /$(_APPNAME)/Contents/Resources
|
||||
endif
|
||||
ifdef UNIVERSAL_BINARY
|
||||
STAGEPATH = universal/
|
||||
endif
|
||||
|
||||
@@ -26,6 +26,7 @@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
MOZ_PKG_FORMAT = BZ2
|
||||
_APPNAME = XUL.framework
|
||||
_BINPATH = /$(_APPNAME)/Versions/Current
|
||||
_RESPATH := $(_BINPATH)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Reference in New Issue
Block a user