summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2018-10-29 23:03:51 +0200
committerMichael Meeks <michael.meeks@collabora.com>2018-10-30 17:00:51 +0000
commitd66a37fdf770d5150f2ad76271891b7724520507 (patch)
tree79a23c7aa86dca1400445e0870fe01ad460a9617 /ios
parentd7c2639e53a302f7e4f2a096331ae8bce3c444d6 (diff)
Add BRAND_SHARE_SUBDIR
Change-Id: If50391d2f20e5540f355b5498d7845b0fae6e774 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 855828a679f3..90baa9e05003 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -57,6 +57,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
echo '[Bootstrap]' > $(IOSRES)/fundamentalrc
echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' >> $(IOSRES)/fundamentalrc
echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR' >> $(IOSRES)/fundamentalrc
+ echo 'BRAND_SHARE_SUBDIR=$(LIBO_SHARE_FOLDER)' >> $(IOSRES)/fundamentalrc
echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/registry ' \
'res:$${BRAND_BASE_DIR}/registry' >> $(IOSRES)/fundamentalrc
echo 'UNO_TYPES=file://$$APP_DATA_DIR/udkapi.rdb ' \