Skip to content

Commit

Permalink
Bump vcpkg from 69efe9c to 1de2026
Browse files Browse the repository at this point in the history
Bumps [vcpkg](https://github.com/Microsoft/vcpkg) from `69efe9c` to `1de2026`.
- [Release notes](https://github.com/Microsoft/vcpkg/releases)
- [Commits](microsoft/vcpkg@69efe9c...1de2026)

The new revision is the last vcpkg release that is not affected by:
fmtlib/fmt#4133
  • Loading branch information
akihikodaki committed Feb 5, 2025
1 parent 3d7dcfb commit 0c03c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ override REPLACEMENT_ROOT += $(addsuffix /replacement,$(MODULE_ROOT))
TRIPLET_DIR = $(patsubst %/,%,$(firstword $(filter-out $(ROOT_DIR)/vcpkg_installed/vcpkg/, $(wildcard $(ROOT_DIR)/vcpkg_installed/*/))))
override CPPFLAGS += -I$(OBJ_ROOT)
override LDFLAGS += -L$(TRIPLET_DIR)/lib -L$(TRIPLET_DIR)/lib/manual-link
override LDLIBS += -llzma -lz -lbz2 -lfmt
override LDLIBS += -lCLI11 -llzma -lz -lbz2 -lfmt

.PHONY: all clean compile_commands compile_commands_clean configclean test pytest maketest

Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 8119 files

0 comments on commit 0c03c75

Please sign in to comment.