mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-18 12:05:47 +00:00
fix git handling for mintty download
This commit is contained in:
parent
937058f703
commit
3c7d8f3a18
4
makefile
4
makefile
@ -21,6 +21,8 @@ verx=3.7.6.1
|
|||||||
|
|
||||||
minttyver=3.7.6
|
minttyver=3.7.6
|
||||||
|
|
||||||
|
minrepo=git@github.com:mintty/mintty.git
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# wslbridge2 repository
|
# wslbridge2 repository
|
||||||
@ -191,7 +193,7 @@ mintty-download:
|
|||||||
unzip -o mintty-$(minttyver).zip
|
unzip -o mintty-$(minttyver).zip
|
||||||
|
|
||||||
mintty-git:
|
mintty-git:
|
||||||
test -d mintty-$(minttyver) || git clone --depth 111 https://github.com/mintty/mintty.git mintty-$(minttyver)
|
test -d mintty-$(minttyver) || git clone --branch $(minttyver) --depth 1 $(minrepo) mintty-$(minttyver)
|
||||||
cd mintty-$(minttyver); git checkout $(minttyver)
|
cd mintty-$(minttyver); git checkout $(minttyver)
|
||||||
|
|
||||||
wslbuild=LDFLAGS="-static -static-libgcc -s"
|
wslbuild=LDFLAGS="-static -static-libgcc -s"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user