Skip to content

Commit e2f343a

Browse files
committed
build: fix fbsd paths
1 parent bd62179 commit e2f343a

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

4848
if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
4949
boption(USE_JEMALLOC "Use jemalloc" OFF)
50+
include_directories(/usr/local/include)
51+
link_directories(/usr/local/lib)
5052
else()
5153
boption(USE_JEMALLOC "Use jemalloc" ON)
5254
endif()

0 commit comments

Comments
 (0)