Skip to content

Commit

Permalink
Move to script-osx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 20, 2023
1 parent cceb6d7 commit 6fa121c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/dash/actions/install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ rm -f libsecp256k1.0.dylib
cp libsecp256k1/libsecp256k1.0.dylib .
rm -rf libsecp256k1/ ${LSECP256K1_FILE} ${LSECP256K1_FILE}.sha256

export "CFLAGS=-I/usr/local/include -L/usr/local/lib"

brew install gettext libtool automake pkg-config virtualenv gmp

echo "Building ZBar dylib..."
Expand Down
2 changes: 2 additions & 0 deletions contrib/dash/actions/script-osx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash
set -ev

export "CFLAGS=-I/usr/local/include -L/usr/local/lib"
export MACOSX_DEPLOYMENT_TARGET=10.13

echo osx build version is $DASH_ELECTRUM_VERSION

virtualenv -p python3 env
Expand Down

0 comments on commit 6fa121c

Please sign in to comment.