Skip to content

Commit 7e267e4

Browse files
committed
build: fix fbsd paths
1 parent 0cb6292 commit 7e267e4

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
@@ -50,6 +50,8 @@ boption(FRAME_POINTERS "Keep Frame Pointers (dev)" ${ASAN})
5050

5151
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
5252
boption(USE_JEMALLOC "Use jemalloc" OFF)
53+
include_directories(/usr/local/include)
54+
link_directories(/usr/local/lib)
5355
else()
5456
boption(USE_JEMALLOC "Use jemalloc" ON)
5557
endif()

0 commit comments

Comments
 (0)