Skip to content

Commit

Permalink
make library avaiable for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fucusy committed Dec 31, 2023
1 parent dbea3ba commit cab7b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions problem_solve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
export LD_LIBRARY_PATH=/usr/local/clang_9.0.0/lib:$LD_LIBRARY_PATH
elif [[ "$OSTYPE" == "darwin"* ]]; then
echo "I am mac"
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib/"
else
echo "this platform is not supported"
fi
Expand Down

0 comments on commit cab7b48

Please sign in to comment.