We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3156a67 commit 432f444Copy full SHA for 432f444
Configure.pl
@@ -123,7 +123,7 @@
123
$configure_args .= $config{'parrot::cc'} eq 'gcc' ? ' /tool-gcc' : '';
124
125
system_or_die('cd 3rdparty\dyncall && Configure.bat' . $configure_args);
126
- $config{'dyncall_build'} = "cd 3rdparty/dyncall && $make BUILD_DIR=. -f GNUmakefile";
+ $config{'dyncall_build'} = "cd 3rdparty/dyncall && $make BUILD_DIR=. -f Makefile.embedded mingw32";
127
} else {
128
my $target_args = '';
129
# heuristic according to
0 commit comments