Skip to content

Commit 432f444

Browse files
committed
fixed potential build failure on mingw32
1 parent 3156a67 commit 432f444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
$configure_args .= $config{'parrot::cc'} eq 'gcc' ? ' /tool-gcc' : '';
124124

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

0 commit comments

Comments
 (0)