Skip to content

Commit 4af88df

Browse files
perazzCopilot
andauthored
Update src/fpm_targets.f90
Co-authored-by: Copilot <[email protected]>
1 parent 6ae0ba1 commit 4af88df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fpm_targets.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,6 @@ subroutine resolve_target_linking(targets, model, library, error)
12441244
target%link_flags = target%link_flags // model%compiler%get_headerpad_flags()
12451245

12461246
! On macOS, add room for 2 install_name_tool paths (always needed for executables)
1247-
target%link_flags = target%link_flags // model%compiler%get_headerpad_flags()
12481247

12491248
if (allocated(target%link_libraries)) then
12501249
if (size(target%link_libraries) > 0) then

0 commit comments

Comments
 (0)