From d395b625fab5a5b0119123e4c956c7efecf50662 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 5 Mar 2019 16:23:33 +0100 Subject: Fix build of bootstrap --- otp_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otp_build') diff --git a/otp_build b/otp_build index b1c5bcc939..3dfe24a299 100755 --- a/otp_build +++ b/otp_build @@ -30,7 +30,7 @@ AUTOCONF_SUBDIRS="$AUTOCONF_SUBDIRS make erts" # partly built in one of the bootstrap phases. Applications that # only get some static includes copied into the bootstrap directory # should not be included. -bootstrap_apps="erts lib/asn1 lib/compiler lib/hipe lib/ic lib/kernel lib/parsetools lib/sasl lib/snmp lib/stdlib lib/syntax_tools" +bootstrap_apps="erts lib/asn1 lib/compiler lib/erl_interface lib/hipe lib/kernel lib/jinterface lib/parsetools lib/sasl lib/snmp lib/stdlib lib/syntax_tools lib/wx" # We will quote a bit more than needed, but the important thing is that # all that needs quoting will be quoted... -- cgit v1.2.3