1
0
Fork 0

Merge pull request #2808 from cuberite/freebsd32fix

Fixed builds on FreeBSD 32bit
This commit is contained in:
worktycho 2015-12-23 16:34:23 +00:00
commit 1221f80d98
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ endif()
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
add_flags_lnk(-L/usr/local/lib)
add_flags_lnk(-L/usr/ports/devel)
endif()
target_link_libraries(${EXECUTABLE} luaexpat jsoncpp_lib_static mbedtls zlib sqlite lua SQLiteCpp event_core event_extra)