Skip to content

Commit

Permalink
DYLD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 22, 2024
1 parent 57b0083 commit 639b1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CXX=g++-14
CC=gcc-14
FC=gfortran-14
LD_LIBRARY_PATH=/usr/local/Cellar/gcc/14.1.0/lib/gcc/current/:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=/usr/local/Cellar/gcc/14.1.0/lib/gcc/current/:$DYLD_LIBRARY_PATH
CIBW_BEFORE_BUILD_MACOS: |
brew install hdf5 # needed for building tables
CIBW_BUILD_FRONTEND: "build"
Expand Down

0 comments on commit 639b1ce

Please sign in to comment.