зеркало из https://github.com/mozilla/gecko-dev.git
Bug 311253 - XPCOM glue dynamic linking on BSD platforms - patch by Jeroen Ruigrok van der Werven <asmodai@in-nomine.org> r=me
This commit is contained in:
Родитель
0ea5801983
Коммит
40f2e5eb71
|
@ -59,7 +59,7 @@ endif
|
|||
ifeq (WINNT,$(OS_ARCH))
|
||||
LINKSRC = nsGlueLinkingWin.cpp
|
||||
endif
|
||||
ifneq (,$(filter AIX Linux,$(OS_ARCH)))
|
||||
ifneq (,$(filter AIX DragonFly FreeBSD Linux NetBSD OpenBSD,$(OS_ARCH)))
|
||||
LINKSRC = nsGlueLinkingDlopen.cpp
|
||||
endif
|
||||
ifeq (OS2,$(OS_ARCH))
|
||||
|
|
Загрузка…
Ссылка в новой задаче