diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/botan/verbose-install.patch | |
Diffstat (limited to 'vcpkg/ports/botan/verbose-install.patch')
| -rw-r--r-- | vcpkg/ports/botan/verbose-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/botan/verbose-install.patch b/vcpkg/ports/botan/verbose-install.patch new file mode 100644 index 0000000..4f6101e --- /dev/null +++ b/vcpkg/ports/botan/verbose-install.patch @@ -0,0 +1,13 @@ +diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in +index 1d50a31..64789a5 100644 +--- a/src/build-data/makefile.in ++++ b/src/build-data/makefile.in +@@ -61,7 +61,7 @@ distclean: + "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/cleanup.py" --build-dir="%{build_dir}" --distclean + + install: %{install_targets} +- "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/install.py" --build-dir="%{build_dir}" ++ "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/install.py" --build-dir="%{build_dir}" --verbose + + check: tests + "$(PYTHON_EXE)" "$(SCRIPTS_DIR)/check.py" --build-dir="%{build_dir}" |