Skip to content

Commit

Permalink
Fixing workflows/macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marekpiotrow committed Apr 28, 2024
1 parent 0d439e3 commit 721c505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
run: |
USESCIP= make clean
sed -i '' 's/BIGWEIGHTS?=#/BIGWEIGHTS?=/' config.mk
USESCIP= make r
USESCIP= CXXFLAGS=$(pkg-config --cflags gmp) LDFLAGS=$(pkg-config --libs gmp) make r
build/release/bin/uwrmaxsat -of Examples/stein27_bignum.opb

0 comments on commit 721c505

Please sign in to comment.