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 6a2d6e7 commit 00c75b4Copy full SHA for 00c75b4
fpm/src/fpm_backend.f90
@@ -33,8 +33,7 @@ subroutine build_package(model)
33
end if
34
35
if (model%targets(1)%ptr%target_type == FPM_TARGET_ARCHIVE) then
36
- linking = ' -l'//model%package_name//" -L"//&
37
- join_path(model%output_directory,model%package_name)
+ linking = " "//model%targets(1)%ptr%output_file
38
else
39
linking = " "
40
0 commit comments