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.
  • Loading branch information
antonio-rojas authored Dec 24, 2022
1 parent 3add4cd commit ea13810
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 @@ -227,6 +227,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 ea13810

Please sign in to comment.