Skip to content

Commit

Permalink
[ci] snmalloc not on emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 28, 2024
1 parent 72ad958 commit 6bf6f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3rdparty/mimalloc.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
if(EMSCRIPTEN)
return()
endif()
if(SCORE_USE_SYSTEM_LIBRARIES)
find_package(snmalloc GLOBAL CONFIG)
else()
Expand Down

0 comments on commit 6bf6f7f

Please sign in to comment.