Make: don't include Tor on win installer build

This commit is contained in:
tobtoht 2022-07-08 11:22:51 +02:00
parent bf99c7045e
commit 4f25f3af90
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -74,13 +74,14 @@ release-static-windows-installer:
cd build/$(target)/release && \
cmake \
-D PLATFORM_INSTALLER=On \
-D TOR_DIR=Off \
-DARCH=x86-64 \
-D BUILD_TAG=$(tag) \
-D CMAKE_BUILD_TYPE=Release \
-D STATIC=ON \
-D CMAKE_TOOLCHAIN_FILE=$(root)/$(target)/share/toolchain.cmake \
$(CMAKEFLAGS) \
-D TOR_DIR=Off \
-D TOR_VERSION=Off \
../../.. && \
$(MAKE)