Skip to content

Commit

Permalink
Fix path in test-bitcoin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesadi committed Dec 24, 2023
1 parent a5d3f7b commit 2421f8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-bitcoin.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CXX=`pwd`/install/bin/clang++
cd tests/bitcoin
./autogen.sh
./configure CXX=/root/Pluto/install/bin/clang++ CXXFLAGS="-mllvm -passes=hlw,fla"
./configure CXX=$CXX CXXFLAGS="-mllvm -passes=hlw,fla"
make clean
make
make check

0 comments on commit 2421f8a

Please sign in to comment.