mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
11 lines
240 B
Diff
11 lines
240 B
Diff
--- a/cmake/FindDL.cmake
|
|
+++ b/cmake/FindDL.cmake
|
|
@@ -6,7 +6,6 @@
|
|
include(CheckFunctionExists)
|
|
include(CheckSymbolExists)
|
|
|
|
-find_path(DL_INCLUDE_DIR NAMES dlfcn.h)
|
|
find_library(DL_LIBRARY NAMES dl)
|
|
if(DL_LIBRARY)
|
|
set(DL_FOUND TRUE)
|