Commit 3809ab0e by Edward Thomson

cmake: add `gnu` library for Haiku

parent 9bc82c8f
......@@ -120,8 +120,8 @@ if(CMAKE_SYSTEM_NAME MATCHES "(Solaris|SunOS)")
endif()
if(CMAKE_SYSTEM_NAME MATCHES "Haiku")
list(APPEND LIBGIT2_SYSTEM_LIBS network)
list(APPEND LIBGIT2_PC_LIBS "-lnetwork")
list(APPEND LIBGIT2_SYSTEM_LIBS gnu network)
list(APPEND LIBGIT2_PC_LIBS "-lgnu -lnetwork")
endif()
if(AMIGA)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment