diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-13 18:54:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-21 00:00:00 +0200 |
commit | 3c5fa6f532e222dbda9accc2a0bca787cd8351b9 (patch) | |
tree | ca22596410d7d296ecfe1e723dd2308992ed234a /sal/Library_sal.mk | |
parent | 0fbceef557bd17b99ec7bb5bb758098e9c0e0e1e (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.mk | 6 |
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 \ |