Skip to content

Commit

Permalink
[js] Fill in the dependencies for the setting correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed May 18, 2017
1 parent cd62aee commit 786c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -166,7 +166,7 @@
}
}

for my $target (qw/common_bootstrap_sources moar_core_sources moar_core_d_sources jvm_core_sources jvm_core_d_sources/) {
for my $target (qw/common_bootstrap_sources js_core_sources moar_core_sources moar_core_d_sources jvm_core_sources jvm_core_d_sources/) {
open my $FILELIST, '<', "tools/build/$target"
or die "Cannot read 'tools/build/$target': $!";
my @lines;
Expand Down

0 comments on commit 786c511

Please sign in to comment.