mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
ensure rebuild of version-specific check and message (#85)
This commit is contained in:
parent
64c2d04b56
commit
4c7eb01b93
3
makefile
3
makefile
@ -115,6 +115,9 @@ wslbuild=LDFLAGS="-static -static-libgcc -s"
|
||||
wslversion=VERSION_SUFFIX="– wsltty $(ver)" WSLTTY_VERSION="$(ver)"
|
||||
|
||||
mintty-build:
|
||||
# ensure rebuild of version-specific check and message
|
||||
rm -f mintty-$(minttyver)/bin/*/windialog.o
|
||||
# build mintty
|
||||
cd mintty-$(minttyver)/src; make $(wslbuild) $(wslversion)
|
||||
mkdir -p bin
|
||||
cp mintty-$(minttyver)/bin/mintty.exe bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user