Skip to content

Commit

Permalink
chore: change cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
pankcuf committed Nov 7, 2023
1 parent 2c5ff0e commit fa52630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
working-directory: ./dash-shared-core
run: |
GMP_PREFIX=$(brew --prefix gmp 2>/dev/null)
export CGO_LDFLAGS=$CGO_LDFLAGS:$(GMP_PREFIX)/lib
export CGO_CXXFLAGS=$CGO_CXXFLAGS:$(GMP_PREFIX)/include
export CGO_LDFLAGS="$CGO_LDFLAGS -L${GMP_PREFIX}/lib"
export CGO_CXXFLAGS="$CGO_CXXFLAGS -I${GMP_PREFIX}/include"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/homebrew/lib/
cargo test --lib --verbose
- name: Build Apple frameworks
Expand Down

0 comments on commit fa52630

Please sign in to comment.