From: tobtoht Date: Fri, 8 Jul 2022 09:22:51 +0000 (+0200) Subject: Make: don't include Tor on win installer build X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=4f25f3af9045acb1eec430b7f3a15be271d98b8e;p=gamesguru%2Ffeather.git Make: don't include Tor on win installer build --- diff --git a/Makefile b/Makefile index 1d5fa93f..16a5384f 100644 --- a/Makefile +++ b/Makefile @@ -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)