Update libsecp256k1 code (#16)

There are no external dependencies now
This commit is contained in:
Fabrice Drouin
2021-03-19 19:07:05 +01:00
committed by GitHub
parent a609b092be
commit ad1979c11e
4 changed files with 2 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ if [ "$TARGET" == "mingw" ]; then
CONF_OPTS="CFLAGS=-fPIC --host=x86_64-w64-mingw32"
elif [ "$TARGET" == "linux" ]; then
CONF_OPTS="CFLAGS=-fPIC"
[ "$CROSS" == "1" ] && sudo apt -y install libgmp-dev
elif [ "$TARGET" == "darwin" ]; then
CONF_OPTS="--host=x86_64-w64-darwin"
else