summaryrefslogtreecommitdiff
path: root/shaping
diff options
context:
space:
mode:
authorroot <[email protected]>2024-04-15 10:16:03 +0000
committerroot <[email protected]>2024-04-15 10:16:03 +0000
commit5bbf139b7813de744a325bcc1e660a343fe86547 (patch)
treee8f39f31e1c1646a8463a5c1a0875e50031a200c /shaping
parent61e253738b5b62b95bd737cdf5a0eb7514597e0f (diff)
link static jemalloc
Diffstat (limited to 'shaping')
-rw-r--r--shaping/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/CMakeLists.txt b/shaping/CMakeLists.txt
index c85bbba..da34504 100644
--- a/shaping/CMakeLists.txt
+++ b/shaping/CMakeLists.txt
@@ -13,7 +13,7 @@ target_link_libraries(shaping_engine PUBLIC shaper)
target_link_libraries(shaping_engine PUBLIC maatframe)
target_link_libraries(shaping_engine PUBLIC mrzcpd)
target_link_libraries(shaping_engine PUBLIC swarmkv)
-target_link_libraries(shaping_engine PUBLIC jemalloc)
+target_link_libraries(shaping_engine PUBLIC libjemalloc-static dl)
install(TARGETS shaping_engine RUNTIME DESTINATION bin COMPONENT Program)