mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 557201 - switch Fennec builds to not build xulrunner first [r=mfinkle]
This commit is contained in:
parent
a3969e33b6
commit
880878e995
@ -163,10 +163,18 @@ endif
|
||||
# When we unpack fennec on MacOS X the platform.ini and application.ini are in slightly
|
||||
# different locations that on all other platforms
|
||||
ifeq (Darwin, $(OS_ARCH))
|
||||
ifdef LIBXUL_SDK
|
||||
GECKO_PLATFORM_INI_PATH="$(STAGEDIST)/../Frameworks/XUL.framework/Versions/$(MOZILLA_VERSION)/platform.ini"
|
||||
else
|
||||
GECKO_PLATFORM_INI_PATH="$(STAGEDIST)/../Resources/platform.ini"
|
||||
endif
|
||||
FENNEC_APPLICATION_INI_PATH="$(STAGEDIST)/../Resources/application.ini"
|
||||
else
|
||||
ifdef LIBXUL_SDK
|
||||
GECKO_PLATFORM_INI_PATH="$(STAGEDIST)/xulrunner/platform.ini"
|
||||
else
|
||||
GECKO_PLATFORM_INI_PATH="$(STAGEDIST)/platform.ini"
|
||||
endif
|
||||
FENNEC_APPLICATION_INI_PATH="$(STAGEDIST)/application.ini"
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user