From b017982c19d0971f76d0a01728625037bab54ac3 Mon Sep 17 00:00:00 2001 From: mintty Date: Thu, 29 Jun 2017 17:41:41 +0200 Subject: [PATCH] add VERSION_SUFFIX package indication (mintty/wsltty#35, mintty/wsltty#50) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2f56734..90dd373 100644 --- a/makefile +++ b/makefile @@ -88,7 +88,7 @@ mintty-get: unzip -o mintty-$(minttyver).zip mintty-build: - cd mintty-$(minttyver)/src; make LDFLAGS="-static -static-libgcc -s" + cd mintty-$(minttyver)/src; make LDFLAGS="-static -static-libgcc -s" VERSION_SUFFIX="– wsltty $(ver)" mkdir -p bin cp mintty-$(minttyver)/bin/mintty.exe bin/ cp mintty-$(minttyver)/LICENSE LICENSE.mintty