I'm just trying some stuff

main
Jef Roosens 2022-01-27 19:38:36 +01:00
parent 4084e3c857
commit e366787e34
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ vet:
v: v-$(V_RELEASE)/v
v-$(V_RELEASE)/v:
curl -Lo - 'https://github.com/vlang/v/archive/refs/tags/$(V_RELEASE).tar.gz' | tar xzf -
cd patches && ./patch.sh '../v-$(V_RELEASE)'
cd patches && sh patch.sh '../v-$(V_RELEASE)'
'$(MAKE)' -C 'v-$(V_RELEASE)'
clean: