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/marisa-trie/enable-debug.patch | |
Diffstat (limited to 'vcpkg/ports/marisa-trie/enable-debug.patch')
| -rw-r--r-- | vcpkg/ports/marisa-trie/enable-debug.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/marisa-trie/enable-debug.patch b/vcpkg/ports/marisa-trie/enable-debug.patch new file mode 100644 index 0000000..e9bbb49 --- /dev/null +++ b/vcpkg/ports/marisa-trie/enable-debug.patch @@ -0,0 +1,20 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index a00be40..1fce4fb 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -256,7 +256,6 @@ endif() + install( + TARGETS marisa + EXPORT MarisaTargets +- CONFIGURATIONS Release + DESTINATION ${LIB_INSTALL_DIR} + COMPONENT Library + ) +@@ -270,7 +269,6 @@ install( + if(ENABLE_TOOLS) + install( + TARGETS ${MARISA_TOOLS} +- CONFIGURATIONS Release + COMPONENT Binaries + ) + endif() |