Merge pull request #21642 from taosdata/fix/TD-24675

fix(os): add -L jemalloc lib path
This commit is contained in:
wade zhang 2023-06-07 16:27:34 +08:00 committed by GitHub
commit eee9687f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ else()
endif()
IF (JEMALLOC_ENABLED)
target_link_libraries(os PUBLIC -ljemalloc)
target_link_libraries(os PUBLIC -L${CMAKE_BINARY_DIR}/build/lib -ljemalloc)
ENDIF ()
if(${BUILD_TEST})