diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-10 14:20:19 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-10 14:23:02 +0100 |
commit | d9bde4c6af35beca7be6da93834fc56a6c1bf753 (patch) | |
tree | 30c791ed20beeba4e8d00feef28328d8ecde93d5 /ios | |
parent | e4f5c5cebbca1e1ceab0b4ab68031f275e46b504 (diff) |
iOS, corrected path in LO
Patch thanks to Jon Nermut.
LO looked in the wrong directories on iOS
Change-Id: I8a9c019f7443445b780bc2ce1c77c998f74239e8
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 91fd2a0cfe33..9b7986cfda46 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -67,10 +67,10 @@ $(IOSGEN)/native-code.h: $(WORKDIR)/ios $(BUILDDIR)/config_host.mk \ # Set up fundamentalrc, unorc, bootstraprc and versionrc. (echo '[Bootstrap]' \ - && echo 'BRAND_BASE_DIR=$${ORIGIN}/..' \ - && echo 'BRAND_INI_DIR=$${ORIGIN}' \ + && echo 'BRAND_BASE_DIR=$$APP_DATA_DIR/..' \ + && echo 'BRAND_INI_DIR=$$APP_DATA_DIR' \ && echo 'BRAND_SHARE_SUBDIR=$(LIBO_SHARE_FOLDER)' \ - && echo 'BRAND_SHARE_RESOURCE_SUBDIR=$(LIBO_SHARE_RESOURCE_FOLDER)' \ + && echo '##BRAND_SHARE_RESOURCE_SUBDIR=$(LIBO_SHARE_RESOURCE_FOLDER)' \ && echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry ' \ 'res:$${BRAND_BASE_DIR}/registry' \ && echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' \ |