CI: added FreeBSD build

This commit is contained in:
SChernykh
2023-01-26 09:44:10 +01:00
parent 33a592ee52
commit 67f091b843
2 changed files with 61 additions and 1 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ if (WIN32)
endif()
add_definitions(-DCURL_STATICLIB)
elseif (NOT APPLE)
set(LIBS ${LIBS} pthread gss dl)
set(LIBS ${LIBS} pthread dl)
endif()
if (STATIC_LIBS)