Skip to content

Commit

Permalink
keep libsecp256k1 build with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 23, 2023
1 parent 2dd1842 commit 7a64d32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/scripts/install-libsecp256k1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ curl -LO "https://github.com/bitcoin-core/secp256k1/archive/$gitRef.zip"
unzip "$gitRef.zip"
cd "secp256k1-$gitRef"

if [ "$HOST_OS" = "Windows" ]; then
export CC=/mingw64/bin/clang.exe
export CXX=/mingw64/bin/clang++.exe
export LD=/mingw64/bin/lld.exe
fi

./autogen.sh
# hevm needs reecovery module
# enable pic so static library can link against dynamic correctly
Expand Down

0 comments on commit 7a64d32

Please sign in to comment.