mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
guix: no-tor-bundle release
This commit is contained in:
parent
c11ca77599
commit
e6cd81d8fe
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ mkdir -p "$VERSION_BASE"
|
|||
|
||||
# Default to building for all supported HOSTs (overridable by environment)
|
||||
export HOSTS="${HOSTS:-x86_64-linux-gnu aarch64-linux-gnu arm-linux-gnueabihf
|
||||
x86_64-linux-gnu.no-tor-bundle
|
||||
x86_64-w64-mingw32 x86_64-w64-mingw32.installer
|
||||
x86_64-apple-darwin}"
|
||||
|
||||
|
|
|
@ -286,7 +286,7 @@ mkdir -p "$DISTSRC"
|
|||
*linux*)
|
||||
CMAKEVARS+=" -DSTACK_TRACE=ON"
|
||||
case "$OPTIONS" in
|
||||
tails)
|
||||
no-tor-bundle)
|
||||
CMAKEVARS+=" -DTOR_DIR=Off -DTOR_VERSION=Off"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue