mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Make: don't include Tor on win installer build
This commit is contained in:
parent
bf99c7045e
commit
4f25f3af90
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -74,13 +74,14 @@ release-static-windows-installer:
|
||||||
cd build/$(target)/release && \
|
cd build/$(target)/release && \
|
||||||
cmake \
|
cmake \
|
||||||
-D PLATFORM_INSTALLER=On \
|
-D PLATFORM_INSTALLER=On \
|
||||||
-D TOR_DIR=Off \
|
|
||||||
-DARCH=x86-64 \
|
-DARCH=x86-64 \
|
||||||
-D BUILD_TAG=$(tag) \
|
-D BUILD_TAG=$(tag) \
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D STATIC=ON \
|
-D STATIC=ON \
|
||||||
-D CMAKE_TOOLCHAIN_FILE=$(root)/$(target)/share/toolchain.cmake \
|
-D CMAKE_TOOLCHAIN_FILE=$(root)/$(target)/share/toolchain.cmake \
|
||||||
$(CMAKEFLAGS) \
|
$(CMAKEFLAGS) \
|
||||||
|
-D TOR_DIR=Off \
|
||||||
|
-D TOR_VERSION=Off \
|
||||||
../../.. && \
|
../../.. && \
|
||||||
$(MAKE)
|
$(MAKE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue