From e69ed74e34712419c0c3737b6bb846be11d4e460 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 22 Sep 2017 08:29:13 +0200 Subject: 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 --- bridges/Library_cpp_uno.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bridges/Library_cpp_uno.mk') 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) -- cgit