diff options
-rw-r--r-- | ios/CustomTarget_iOS.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/CustomTarget_iOS.mk b/ios/CustomTarget_iOS.mk index 63f1fd98993f..46391e89eca3 100644 --- a/ios/CustomTarget_iOS.mk +++ b/ios/CustomTarget_iOS.mk @@ -14,9 +14,9 @@ IOSKITPRJ := $(SRCDIR)/ios/LibreOfficeKit/LibreOfficeKit.xcodeproj IOSAPPPRJ := $(SRCDIR)/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj IOSAPP := $(INSTDIR)/LibreOfficeLight.app ifeq ($(ENABLE_DEBUG),TRUE) -IOSKIT := iOSkit_$(CPUNAME)_debug.a +IOSKIT := libLibreOfficeKit_$(CPUNAME)_debug.a else -IOSKIT := iOSkit_$(CPUNAME).a +IOSKIT := libLibreOfficeKit_$(CPUNAME).a endif |