mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
add VERSION_SUFFIX package indication (mintty/wsltty#35, mintty/wsltty#50)
This commit is contained in:
parent
f6016239df
commit
b017982c19
2
makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user