Skip to content

Commit

Permalink
Update apple_m.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Feb 16, 2024
1 parent 6de899e commit 3e6e618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apple_m.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
make -j$(nproc) DYNAMIC_ARCH=1 USE_OPENMP=${{matrix.openmp}} INTERFACE64=${{matrix.ilp64}} FC="ccache ${{ matrix.fortran }}"
;;
"cmake")
export LDFLAGS="-,-ld_classic"
export LDFLAGS="-Wl,-ld_classic"
mkdir build && cd build
cmake -DDYNAMIC_ARCH=1 \
-DUSE_OPENMP=${{matrix.openmp}} \
Expand Down

0 comments on commit 3e6e618

Please sign in to comment.