We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009f423 + abc4e8b commit 6eed698Copy full SHA for 6eed698
1 file changed
cmake/modules/FindLibuv.cmake
@@ -53,7 +53,7 @@ endif()
53
find_library(LIBUV_LIBRARY
54
NAMES ${_LIBUV_NAMES}
55
${_LIBUV_ROOT_HINTS_AND_PATHS}
56
- PATH_SUFFIXES lib
+ PATH_SUFFIXES lib lib/${CMAKE_LIBRARY_ARCHITECTURE}
57
NO_DEFAULT_PATH)
58
59
# Extract version number if possible.
0 commit comments