Skip to content

Commit

Permalink
nc needs compat_obj on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 14, 2023
1 parent 834434b commit fccbb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ target_include_directories(nc
PUBLIC
../../include
${CMAKE_BINARY_DIR}/include)
target_link_libraries(nc ${LIBTLS_LIBS})
target_link_libraries(nc ${LIBTLS_LIBS} compat_obj)

if(ENABLE_NC)
if(ENABLE_LIBRESSL_INSTALL)
Expand Down

0 comments on commit fccbb9b

Please sign in to comment.