]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Make: fix windows installer
authortobtoht <thotbot@protonmail.com>
Fri, 25 Feb 2022 19:45:57 +0000 (20:45 +0100)
committertobtoht <thotbot@protonmail.com>
Fri, 25 Feb 2022 19:45:57 +0000 (20:45 +0100)
Makefile

index 7545481eaf8a910030c9db2ee2740f85ca4f446f..91bcc9a4812293f4c5140bb4d7ca295708f27280 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,11 +69,12 @@ release-static-windows:
                ../../.. && \
        $(MAKE)
 
-win-installer:
+release-static-windows-installer:
        mkdir -p build/$(target)/release && \
        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 \