diff options
-rw-r--r-- | ios/CustomTarget_TiledLibreOffice_app.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk index aa89470d4115..9c33364d3553 100644 --- a/ios/CustomTarget_TiledLibreOffice_app.mk +++ b/ios/CustomTarget_TiledLibreOffice_app.mk @@ -91,6 +91,7 @@ TiledLibreOffice_setup: # Do we really need all these? file=$(TiledLibreOffice_resource)/fundamentalrc; \ echo '[Bootstrap]' > $$file; \ + echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' >> $$file; \ echo 'BRAND_BASE_DIR=file://$$APP_DATA_DIR' >> $$file; \ echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry res:$${BRAND_BASE_DIR}/registry' >> $$file; |