Merge pull request #2808 from cuberite/freebsd32fix
Fixed builds on FreeBSD 32bit
This commit is contained in:
commit
1221f80d98
@ -376,6 +376,7 @@ endif()
|
|||||||
|
|
||||||
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
||||||
add_flags_lnk(-L/usr/local/lib)
|
add_flags_lnk(-L/usr/local/lib)
|
||||||
|
add_flags_lnk(-L/usr/ports/devel)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(${EXECUTABLE} luaexpat jsoncpp_lib_static mbedtls zlib sqlite lua SQLiteCpp event_core event_extra)
|
target_link_libraries(${EXECUTABLE} luaexpat jsoncpp_lib_static mbedtls zlib sqlite lua SQLiteCpp event_core event_extra)
|
||||||
|
Loading…
Reference in New Issue
Block a user