mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
third-party: use the official jemalloc tarball
This avoids messages to stderr about VERSION being missing, and allows us to skip the autogen step.
This commit is contained in:
5
third-party/cmake/BuildJeMalloc.cmake
vendored
5
third-party/cmake/BuildJeMalloc.cmake
vendored
@@ -10,9 +10,8 @@ ExternalProject_Add(jemalloc
|
||||
-DTARGET=jemalloc
|
||||
-P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake
|
||||
BUILD_IN_SOURCE 1
|
||||
CONFIGURE_COMMAND sh ${DEPS_BUILD_DIR}/src/jemalloc/autogen.sh &&
|
||||
${DEPS_BUILD_DIR}/src/jemalloc/configure --enable-cc-silence
|
||||
CC=${DEPS_C_COMPILER} --prefix=${DEPS_INSTALL_DIR}
|
||||
CONFIGURE_COMMAND ${DEPS_BUILD_DIR}/src/jemalloc/configure --enable-cc-silence
|
||||
CC=${DEPS_C_COMPILER} --prefix=${DEPS_INSTALL_DIR}
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND ${MAKE_PRG} install_include install_lib)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user