Skip to content

Commit

Permalink
Fix build for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
torkve committed Mar 19, 2015
1 parent 4c2b9d1 commit d3bcce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (DEBUG_ECDSA)
add_definitions(-DDEBUG_ECDSA)
endif()

if (${CMAKE_SYSTEM_NAME} MATCHES Linux)
if (${CMAKE_SYSTEM_NAME} MATCHES Linux OR ${CMAKE_SYSTEM_NAME} MATCHES Darwin)
set (RESOLVLIB resolv)
endif()

Expand Down

0 comments on commit d3bcce1

Please sign in to comment.