diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 15:42:11 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 15:42:11 +1000 |
commit | 8c024511ca7236289115dfd1d312bae0c010c53d (patch) | |
tree | ad21fc4197a64c8e438f97d9fc41eb9a894a2ad9 /triplets | |
parent | a01968c3b090db55cc36cccc0eb8ded54ff1de6f (diff) |
jemalloc stuff
Diffstat (limited to 'triplets')
-rw-r--r-- | triplets/x64-windows-mixed-md.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triplets/x64-windows-mixed-md.cmake b/triplets/x64-windows-mixed-md.cmake index 7b344f8..d2c996e 100644 --- a/triplets/x64-windows-mixed-md.cmake +++ b/triplets/x64-windows-mixed-md.cmake @@ -2,7 +2,7 @@ set(VCPKG_TARGET_ARCHITECTURE x64) set(VCPKG_CRT_LINKAGE dynamic) set(VCPKG_LIBRARY_LINKAGE static) -if(PORT MATCHES "sdl|discord-") +if(PORT MATCHES "jemalloc|sdl|discord-") set(VCPKG_LIBRARY_LINKAGE dynamic) endif() |