diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-20 18:52:39 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-20 18:54:29 +0100 |
commit | cc2b9a257b6436ab6f84d6e158a64c09b0937eb6 (patch) | |
tree | 70c794125efea192c7a9ba719db026ead42e877e /ios | |
parent | feb601b75142f3234bb51f9566a70c4db488a061 (diff) |
iOS, remove double [bootstrap]
two bootstrap sections in one rc file seems wrong.
Change-Id: Ic7f8eac2d3d07b35736d11ad1fbe705135cb1785
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 543ef306a7db..6242354eeebe 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -58,7 +58,6 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ (echo '[Bootstrap]' \ && echo 'URE_BOOTSTRAP=file://$$APP_DATA_DIR/fundamentalrc' \ && echo 'HOME=$$SYSUSERHOME' \ - && echo '[Bootstrap]' \ ) > $(IOSRES)/rc # Set up fundamentalrc, unorc, bootstraprc and versionrc. |