diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-25 12:48:34 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-25 16:14:45 +0900 |
| commit | 2f76faaf515bd82256fbc79ab406d695141f722b (patch) | |
| tree | ffbe425bc2d73dcfb4a192e45fe6a07626e2d422 | |
| parent | 501b22aade39cb1496e04cda194be0a41845f53a (diff) | |
Added tasks related vcpkg
| -rw-r--r-- | win32/Makefile.sub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index c73a8a4ba5..8c2b9c89db 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -592,6 +592,12 @@ $(SCRIPTPROGRAMS): $(STUBPROGRAM) update-src:: @cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP) +update-vcpkg:: + @cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg x-update-baseline + +install-vcpkg:: + @cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg install + .PHONY: reconfig reconfig $(MKFILES): $(srcdir)/common.mk $(srcdir)/version.h \ $(hdrdir)/ruby/version.h $(ABI_VERSION_HDR) \ |
