Copy XCode15-specific workaround to Fortran flags to fix build of tests
This commit is contained in:
parent
df4cd7e82c
commit
47b03fd4b4
|
@ -407,6 +407,7 @@ XCVER = $(shell pkgutil --pkg-info=com.apple.pkg.CLTools_Executables |awk '/vers
|
|||
endif
|
||||
ifeq (x$(XCVER), x 15)
|
||||
CCOMMON_OPT += -Wl,-ld_classic
|
||||
FCOMMON_OPT += -Wl,-ld_classic
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue