Skip to content

Commit 45aa5cd

Browse files
committed
build: fix fbsd paths
1 parent 50cdf98 commit 45aa5cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ boption(FRAME_POINTERS "Keep Frame Pointers (dev)" ${ASAN})
5353

5454
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
5555
boption(USE_JEMALLOC "Use jemalloc" OFF)
56+
include_directories(/usr/local/include)
57+
link_directories(/usr/local/lib)
5658
else()
5759
boption(USE_JEMALLOC "Use jemalloc" ON)
5860
endif()

0 commit comments

Comments
 (0)