mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 681716 - use dlopen linking glue on iOS. r=bsmedberg
This commit is contained in:
parent
9e2ceda277
commit
4c1a85c89f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user