Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #116 from zhuomingliang/patch-1
fixed potential build failure on mingw32
  • Loading branch information
moritz committed Aug 28, 2013
2 parents 3156a67 + 432f444 commit 51c1fb6
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 51c1fb6

Please sign in to comment.