summaryrefslogtreecommitdiffstats
path: root/solenv/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-09 13:37:45 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-09 13:37:45 +0300
commit6c5dafafd0e6103ab938b3cc29c59502066de5dd (patch)
treedd9576b1a0d1e8e8cf8e2daee69e6b06ea8910f5 /solenv/inc
parentDon't use -L /usr/lib when building for iOS (diff)
downloadcore-6c5dafafd0e6103ab938b3cc29c59502066de5dd.tar.gz
core-6c5dafafd0e6103ab938b3cc29c59502066de5dd.zip
Link with more frameworks
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/unxiosr.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/unxiosr.mk b/solenv/inc/unxiosr.mk
index 3235026c9846..2e7599e1010a 100644
--- a/solenv/inc/unxiosr.mk
+++ b/solenv/inc/unxiosr.mk
@@ -32,10 +32,10 @@ CFLAGS=-c $(EXTRA_CFLAGS)
LINKC*=$(CC)
LINK*=$(CXX)
-STDLIBCUIMT=-framework CoreFoundation
-STDLIBGUIMT=-framework CoreFoundation
-STDSHLCUIMT=-framework CoreFoundation
-STDSHLGUIMT=-framework CoreFoundation
+STDLIBCUIMT=-framework UIKit -framework Foundation -framework CoreFoundation -Xlinker -objc_abi_version -Xlinker 2
+STDLIBGUIMT=$(STDLIBCUIMT)
+STDSHLCUIMT=
+STDSHLGUIMT=
LIBMGR*=ar
LIBFLAGS=-r