[Win32] Skip over source update just after clone on AppVeyor

This commit is contained in:
Nobuyoshi Nakada 2021-08-14 14:48:24 +09:00
parent a9977ba2f9
commit 1868b9fa85
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ for:
- echo>> Makefile RT_VER=0 - echo>> Makefile RT_VER=0
- echo>> Makefile BUILTIN_ENCOBJS=nul - echo>> Makefile BUILTIN_ENCOBJS=nul
- type win32\Makefile.sub >> Makefile - type win32\Makefile.sub >> Makefile
- nmake %mflags% up - nmake %mflags% up VCSUP="echo Update OK"
- nmake %mflags% extract-extlibs - nmake %mflags% extract-extlibs
- del Makefile - del Makefile
- mkdir \usr\local\bin - mkdir \usr\local\bin