summaryrefslogtreecommitdiff
path: root/bridges/Library_cpp_uno.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-09-22 08:29:13 +0200
committerjan Iversen <jani@libreoffice.org>2017-09-22 17:29:29 +0200
commite69ed74e34712419c0c3737b6bb846be11d4e460 (patch)
tree9484366573a95770d51a28e439ca3f046a228091 /bridges/Library_cpp_uno.mk
parent45dcb415e8d45a2bd20a6a2b524358799b3b5227 (diff)
iOS, make simulator config copy of macosx.
When compiling for the simulator it is like compiling for macosx (64bit) but with other libraries, therefore the bridge should be like the macosx. Change-Id: I59f1442a5c77d09ad0bc4bf31c2432fc32ef725e
Diffstat (limited to 'bridges/Library_cpp_uno.mk')
-rw-r--r--bridges/Library_cpp_uno.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 7c85b051f27d..801667790fef 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -11,7 +11,8 @@ $(eval $(call gb_Library_Library,$(gb_CPPU_ENV)_uno))
ifeq ($(OS),IOS)
bridges_SELECTED_BRIDGE := gcc3_ios
-bridge_noopt_objects := cpp2uno except uno2cpp uno2cpp-i386
+bridge_noopt_objects := cpp2uno cpp2uno-simulator except uno2cpp uno2cpp-simulator callvirtualmethod abi call
+bridge_asm_objects := ios64_helper
else ifeq ($(CPUNAME),ARM)