mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Fix: Uncomment mimalloc static object workaround to resolve linking failure
Co-Authored-By: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -51,9 +51,9 @@ endif()
|
||||
|
||||
# Workaround for linker issue on macOS and Linux x64
|
||||
# https://github.com/microsoft/mimalloc/issues/512
|
||||
# if(APPLE OR (LINUX AND NOT DEBUG))
|
||||
# set(MIMALLOC_LIBRARY CMakeFiles/mimalloc-obj.dir/src/static.c.o)
|
||||
# endif()
|
||||
if(APPLE OR (LINUX AND NOT DEBUG))
|
||||
set(MIMALLOC_LIBRARY CMakeFiles/mimalloc-obj.dir/src/static.c.o)
|
||||
endif()
|
||||
|
||||
|
||||
register_cmake_command(
|
||||
|
||||
Reference in New Issue
Block a user