diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 14:53:24 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-06-06 14:53:24 +1000 |
commit | a01968c3b090db55cc36cccc0eb8ded54ff1de6f (patch) | |
tree | a0f2193160358dd2ca9af74d7ebf7081b3e90688 /source/vcpkg.json | |
parent | 214c8c939f377abed795cf6d66929e3a07c6820c (diff) |
fetch jemalloc from vcpkg
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r-- | source/vcpkg.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index 6eab46c..f6aa482 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -10,6 +10,8 @@ "libpng", "opus", "zstd", - "mimalloc" + "mimalloc", + "jemalloc", + "pkgconf" ] }
\ No newline at end of file |