Skip to content

Commit

Permalink
Restore libgcc_s symlinkin in !macOS (#47986)
Browse files Browse the repository at this point in the history
Commit c8b72e2 completely removed libgcc_s symlinking (I assume unintentionally) in !macOS.

(cherry picked from commit ea13810)
  • Loading branch information
antonio-rojas authored and KristofferC committed Dec 27, 2022
1 parent 7880930 commit 6adc428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ else
$(eval $(call symlink_system_library,CSL,libgcc_s,1))
endif
endif
else
$(eval $(call symlink_system_library,CSL,libgcc_s,1))
endif
ifneq (,$(LIBGFORTRAN_VERSION))
$(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION)))
Expand Down

0 comments on commit 6adc428

Please sign in to comment.