|
|
|
@ -7,6 +7,7 @@ PACKAGE=Electrum |
|
|
|
GIT_REPO=https://github.com/spesmilo/electrum |
|
|
|
GIT_REPO=https://github.com/spesmilo/electrum |
|
|
|
|
|
|
|
|
|
|
|
export GCC_STRIP_BINARIES="1" |
|
|
|
export GCC_STRIP_BINARIES="1" |
|
|
|
|
|
|
|
export PYTHONDONTWRITEBYTECODE=1 # don't create __pycache__/ folders with .pyc files |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
. "$(dirname "$0")/../build_tools_util.sh" |
|
|
|
. "$(dirname "$0")/../build_tools_util.sh" |
|
|
|
|