diff options
author | jan Iversen <jani@libreoffice.org> | 2018-02-16 19:50:22 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-02-17 09:05:18 +0100 |
commit | 4c0dec9988e77aaeec152deb9c2fd32173a32814 (patch) | |
tree | 44486e4ff33d304ad55e975af12efff289ef076c | |
parent | 3a91ebb89d05d626a55f7304b6e427c650587bc3 (diff) |
iOS, add custom include for codesnippets.S
Change-Id: I285838f6f3e8ec57a63239f71a403809154c47e2
-rw-r--r-- | bridges/Library_cpp_uno.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk index 6cbbc00bdf2e..11d3ea8808a4 100644 --- a/bridges/Library_cpp_uno.mk +++ b/bridges/Library_cpp_uno.mk @@ -27,6 +27,10 @@ bridge_noopt_objects := cpp2uno except uno2cpp bridge_asm_objects := ios64_helper #HACK +$(eval $(call gb_Library_use_custom_headers,$(gb_CPPU_ENV)_uno,\ + bridges/source/cpp_uno/gcc3_ios \ +)) + $(SRCDIR)/bridges/source/cpp_uno/gcc3_ios/ios64_helper.s: \ $(call gb_CustomTarget_get_workdir,bridges/source/cpp_uno/gcc3_ios)/codesnippets.S |