Skip to content

Commit

Permalink
Update src/libraries/Native/Unix/System.Native/extra_libs.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Günther Foidl <gue@korporal.at>
  • Loading branch information
VSadov and gfoidl committed Dec 18, 2020
1 parent 33da8da commit fa9c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Native/Unix/System.Native/extra_libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ macro(append_extra_system_libs NativeLibsExtra)
list(APPEND ${NativeLibsExtra} "-framework Foundation")
endif ()

if (CLR_CMAKE_TARGET_LINUX AND HAVE_GETADDRINFO_A)
if (CLR_CMAKE_TARGET_LINUX)
list(APPEND ${NativeLibsExtra} anl)
endif ()
endmacro()

0 comments on commit fa9c6f9

Please sign in to comment.