Browse Source

mac build: rm unused BUILDDIR

patch-4
SomberNight 3 years ago
parent
commit
abec59e17d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/osx/make_osx

4
contrib/osx/make_osx

@ -4,7 +4,6 @@ set -e
# Parameterize # Parameterize
PYTHON_VERSION=3.9.11 PYTHON_VERSION=3.9.11
BUILDDIR=/tmp/electrum-build
PACKAGE=Electrum PACKAGE=Electrum
GIT_REPO=https://github.com/spesmilo/electrum GIT_REPO=https://github.com/spesmilo/electrum
@ -155,9 +154,6 @@ rm -rf ./dist
git submodule update --init git submodule update --init
rm -rf "$BUILDDIR" > /dev/null 2>&1
mkdir "$BUILDDIR"
info "generating locale" info "generating locale"
( (
if ! which msgfmt > /dev/null 2>&1; then if ! which msgfmt > /dev/null 2>&1; then

Loading…
Cancel
Save