зеркало из https://github.com/mozilla/pjs.git
Bug 320377 - XPCOM glue linking not enabled for SunOS, patch by Jens Hatlak <jh@junetz.de> r=me r=pete.zha
This commit is contained in:
Родитель
de2822a7d7
Коммит
16f5e0bb71
|
@ -61,7 +61,7 @@ endif
|
||||||
ifeq (WINNT,$(OS_ARCH))
|
ifeq (WINNT,$(OS_ARCH))
|
||||||
LINKSRC = nsGlueLinkingWin.cpp
|
LINKSRC = nsGlueLinkingWin.cpp
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD,$(OS_ARCH)))
|
ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
|
||||||
LINKSRC = nsGlueLinkingDlopen.cpp
|
LINKSRC = nsGlueLinkingDlopen.cpp
|
||||||
endif
|
endif
|
||||||
ifeq (OS2,$(OS_ARCH))
|
ifeq (OS2,$(OS_ARCH))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче