Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed potential build failure on mingw32
  • Loading branch information
zhuomingliang committed Aug 28, 2013
1 parent 3156a67 commit 432f444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -123,7 +123,7 @@
$configure_args .= $config{'parrot::cc'} eq 'gcc' ? ' /tool-gcc' : '';

system_or_die('cd 3rdparty\dyncall && Configure.bat' . $configure_args);
$config{'dyncall_build'} = "cd 3rdparty/dyncall && $make BUILD_DIR=. -f GNUmakefile";
$config{'dyncall_build'} = "cd 3rdparty/dyncall && $make BUILD_DIR=. -f Makefile.embedded mingw32";
} else {
my $target_args = '';
# heuristic according to
Expand Down

0 comments on commit 432f444

Please sign in to comment.