Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jan 13, 2025
1 parent 1104f55 commit cf0516f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/Modules/FindLibUV.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if (LIBUV_FOUND)
set(LIBUV_FIND_QUIETLY TRUE)
endif (LIBUV_FOUND)

MESSAGE(STATUS "pkg-config binary:" ${PKG_CONFIG_EXECUTABLE})
find_package(PkgConfig REQUIRED)
pkg_search_module(LIBUV REQUIRED libuv)
MESSAGE(STATUS "LIBUV_LDFLAGS: " ${LIBUV_LDFLAGS})
Expand Down
1 change: 1 addition & 0 deletions stage0/src/cmake/Modules/FindLibUV.cmake

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf0516f

Please sign in to comment.