]> granicus.if.org Git - multimarkdown/commitdiff
FIXED: Fix Makefile for Windows 32-bit zip
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 6 Feb 2018 02:40:35 +0000 (21:40 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 6 Feb 2018 02:40:35 +0000 (21:40 -0500)
Makefile

index 59e520d356e2f2b03ec72773168a804231ef978f..8c05b775e66b16ba3c23408ffb2ed19173a7151f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ windows-32: $(BUILD_DIR)
 .PHONY : windows-zip-32
 windows-zip-32: $(BUILD_DIR)
        cd $(BUILD_DIR); touch README.html; \
-       cmake -DCMAKE_TOOLCHAIN_FILE=../tools/Toolchain-mingw32.cmake -DCMAKE_BUILD_TYPE=Release -DZIP=1 ..
+       cmake -DCMAKE_TOOLCHAIN_FILE=../tools/Toolchain-MinGW-w64-32bit.cmake -DCMAKE_BUILD_TYPE=Release -DZIP=1 ..
 
 # Build the documentation using doxygen
 .PHONY : documentation