]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Make: don't include Tor on win installer build
authortobtoht <thotbot@protonmail.com>
Fri, 8 Jul 2022 09:22:51 +0000 (11:22 +0200)
committertobtoht <thotbot@protonmail.com>
Fri, 8 Jul 2022 09:22:51 +0000 (11:22 +0200)
Makefile

index 1d5fa93f74d023acc38a3e38b9e8883437749ba1..16a5384ff003a94afd16e4f8ae57a41459c4fab1 100644 (file)
--- 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)