From 4b15b8fb6bb1612a60bf6dfd272180d11cfd02cb Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 22 Sep 2023 13:33:30 -0700 Subject: [PATCH] fix typo --- src/config/fix_xcode15.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/fix_xcode15.sh b/src/config/fix_xcode15.sh index 44ec351dd9..61dda60087 100755 --- a/src/config/fix_xcode15.sh +++ b/src/config/fix_xcode15.sh @@ -6,7 +6,7 @@ if [[ $(uname -s) == "Darwin" ]]; then echo got xcode15 export GOT_XCODE15=1 export OMPI_FCFLAGS=" -Wl,-ld_classic " - export OMPI_CLAGS=" -Wl,-ld_classic -Wno-unused-command-line-argument " + export OMPI_CFLAGS=" -Wl,-ld_classic -Wno-unused-command-line-argument " # export MPICH_FC="mpif90 -Wl,-ld_classic " # export MPICH_CC="mpicc -Wl,-ld_classic " # env|egrep MPICH_