Skip to content

Commit 47b03fd

Browse files
authored
Copy XCode15-specific workaround to Fortran flags to fix build of tests
1 parent df4cd7e commit 47b03fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.system

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ XCVER = $(shell pkgutil --pkg-info=com.apple.pkg.CLTools_Executables |awk '/vers
407407
endif
408408
ifeq (x$(XCVER), x 15)
409409
CCOMMON_OPT += -Wl,-ld_classic
410+
FCOMMON_OPT += -Wl,-ld_classic
410411
endif
411412
endif
412413

0 commit comments

Comments
 (0)