Skip to content

Commit 864c65b

Browse files
authored
Merge pull request #4328 from martin-frbg/4239-3
Copy XCode15-specific workaround for Apple M to Fortran flags to fix build of tests
2 parents 22aa401 + 47b03fd commit 864c65b

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)