aboutsummaryrefslogtreecommitdiff
path: root/dep/src
diff options
context:
space:
mode:
Diffstat (limited to 'dep/src')
-rw-r--r--dep/src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/src/CMakeLists.txt b/dep/src/CMakeLists.txt
index 62d3db7ce3d..a2b27016ce1 100644
--- a/dep/src/CMakeLists.txt
+++ b/dep/src/CMakeLists.txt
@@ -1,5 +1,7 @@
add_subdirectory(g3dlite)
+if (NOT MACOSX)
add_subdirectory(jmalloc)
+endif(NOT MACOSX)
add_subdirectory(sockets)
add_subdirectory(zlib)