Skip to content

Commit 2f76faa

Browse files
committed
Added tasks related vcpkg
1 parent 501b22a commit 2f76faa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

win32/Makefile.sub

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,12 @@ $(SCRIPTPROGRAMS): $(STUBPROGRAM)
592592
update-src::
593593
@cd "$(srcdir:/=\)" && set LC_TIME=C && $(VCSUP)
594594

595+
update-vcpkg::
596+
@cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg x-update-baseline
597+
598+
install-vcpkg::
599+
@cd "$(srcdir:/=\)" && set LC_TIME=C && vcpkg install
600+
595601
.PHONY: reconfig
596602
reconfig $(MKFILES): $(srcdir)/common.mk $(srcdir)/version.h \
597603
$(hdrdir)/ruby/version.h $(ABI_VERSION_HDR) \

0 commit comments

Comments
 (0)