Merge pull request #4328 from martin-frbg/4239-3
Copy XCode15-specific workaround for Apple M to Fortran flags to fix build of tests
This commit is contained in:
commit
864c65b526
|
@ -407,6 +407,7 @@ XCVER = $(shell pkgutil --pkg-info=com.apple.pkg.CLTools_Executables |awk '/vers
|
||||||
endif
|
endif
|
||||||
ifeq (x$(XCVER), x 15)
|
ifeq (x$(XCVER), x 15)
|
||||||
CCOMMON_OPT += -Wl,-ld_classic
|
CCOMMON_OPT += -Wl,-ld_classic
|
||||||
|
FCOMMON_OPT += -Wl,-ld_classic
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue