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
+1
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)