Skip to content

Commit 6eed698

Browse files
authored
Merge pull request #435 from zatsepin/master
Fixed libuv library searching
2 parents 009f423 + abc4e8b commit 6eed698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindLibuv.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif()
5353
find_library(LIBUV_LIBRARY
5454
NAMES ${_LIBUV_NAMES}
5555
${_LIBUV_ROOT_HINTS_AND_PATHS}
56-
PATH_SUFFIXES lib
56+
PATH_SUFFIXES lib lib/${CMAKE_LIBRARY_ARCHITECTURE}
5757
NO_DEFAULT_PATH)
5858

5959
# Extract version number if possible.

0 commit comments

Comments
 (0)