diff options
author | Rickard Green <rickard@erlang.org> | 2019-03-05 16:23:33 +0100 |
---|---|---|
committer | Rickard Green <rickard@erlang.org> | 2019-03-05 16:23:33 +0100 |
commit | d395b625fab5a5b0119123e4c956c7efecf50662 (patch) | |
tree | 405e3e4971fbaff5649a584181a8de359e0784b7 /otp_build | |
parent | 4a8569345b99f05f5344ca19748f47d19a3ae597 (diff) | |
download | erlang-d395b625fab5a5b0119123e4c956c7efecf50662.tar.gz |
Fix build of bootstrap
Diffstat (limited to 'otp_build')
-rwxr-xr-x | otp_build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |