bug 681716 - use dlopen linking glue on iOS. r=bsmedberg

This commit is contained in:
Ted Mielczarek 2010-11-05 09:11:57 -04:00
parent 9e2ceda277
commit 4c1a85c89f

View File

@ -54,8 +54,13 @@ LOCAL_INCLUDES = \
$(NULL)
ifeq (Darwin,$(OS_ARCH))
ifeq (uikit,$(MOZ_WIDGET_TOOLKIT))
LINKSRC = nsGlueLinkingDlopen.cpp
else
LINKSRC = nsGlueLinkingOSX.cpp
endif
endif
ifeq ($(OS_ARCH),WINNT)
LINKSRC = nsGlueLinkingWin.cpp
endif