0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/fcitx5/cmake-FindDL.cmake.patch
2022-11-30 18:42:39 +00:00

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)