Skip to content

Commit

Permalink
Added tasks related vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 25, 2024
1 parent bed34b3 commit c07ff3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions win32/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit c07ff3e

Please sign in to comment.