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 1dd4553 commit 5651c74Copy full SHA for 5651c74
src/fpm_compiler.f90
@@ -475,7 +475,7 @@ function get_archiver() result(archiver)
475
if (os_type /= OS_WINDOWS .and. os_type /= OS_UNKNOWN) then
476
archiver = "ar -rs "
477
else
478
- call execute_command_line("ar --version > "//get_temp_filename(), &
+ call execute_command_line("ar --version > "//get_temp_filename()//" 2>&1", &
479
& exitstat=estat)
480
if (estat /= 0) then
481
archiver = "lib /OUT:"
0 commit comments