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