зеркало из https://github.com/mozilla/gecko-dev.git
OS_ARCH is no longer 'Rhapsody' on OSX, it's now 'Darwin'. Fixes problem
where shared libs all would try to link as stand-alone and fail to find _main(). r=beard/sr=blizzard.
This commit is contained in:
Родитель
ce413ece93
Коммит
4391523691
|
@ -362,7 +362,7 @@ endif # IS_COMPONENT
|
|||
# MacOS X specific stuff
|
||||
#
|
||||
|
||||
ifeq ($(OS_ARCH),Rhapsody)
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
ifdef IS_COMPONENT
|
||||
EXTRA_DSO_LDOPTS += -bundle
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче