From cc2b9a257b6436ab6f84d6e158a64c09b0937eb6 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 20 Jan 2018 18:52:39 +0100 Subject: iOS, remove double [bootstrap] two bootstrap sections in one rc file seems wrong. Change-Id: Ic7f8eac2d3d07b35736d11ad1fbe705135cb1785 --- ios/CustomTarget_iOS_setup.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'ios') 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. -- cgit