Skip to content

Commit

Permalink
add LDFLAGS for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
on-keyday committed Apr 26, 2024
1 parent 38b35c0 commit ec14c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
run: |
export FUTILS_CXX_COMPILER=/opt/homebrew//opt/llvm/bin/clang++
export FUTILS_C_COMPILER=/opt/homebrew/opt/llvm/bin/clang
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++"
. build.sh native Release
./tool/src2json --version
- name: Pack artifacts
Expand Down

0 comments on commit ec14c4e

Please sign in to comment.