summaryrefslogtreecommitdiff
path: root/sal/Library_sal.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-13 18:54:55 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-21 00:00:00 +0200
commit3c5fa6f532e222dbda9accc2a0bca787cd8351b9 (patch)
treeca22596410d7d296ecfe1e723dd2308992ed234a /sal/Library_sal.mk
parent0fbceef557bd17b99ec7bb5bb758098e9c0e0e1e (diff)
Simply hardcode the inifile as "rc" in the app bundle directory on iOS
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r--sal/Library_sal.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index f573bfa96bb7..79d64a5249e1 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -132,6 +132,12 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/all/filepath \
))
+ifeq ($(OS),IOS)
+$(eval $(call gb_Library_add_cxxflags,sal,\
+ $(gb_OBJCXXFLAGS) \
+))
+endif
+
ifeq ($(OS),ANDROID)
$(eval $(call gb_Library_add_exception_objects,sal,\
sal/textenc/context \