Bug 320377 - XPCOM glue linking not enabled for SunOS, patch by Jens Hatlak <jh@junetz.de> r=me r=pete.zha
git-svn-id: svn://10.0.0.236/trunk@186163 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
375567c90f
commit
6ac2de868d
@ -61,7 +61,7 @@ endif
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
LINKSRC = nsGlueLinkingWin.cpp
|
||||
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
|
||||
endif
|
||||
ifeq (OS2,$(OS_ARCH))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user