mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-27 00:00:38 +00:00
Fix setting DL_FOUND
This commit is contained in:
parent
48dd0e0e12
commit
bf6b9f4dd7
@ -8,7 +8,7 @@ include(CheckFunctionExists)
|
||||
find_path(DL_INCLUDE_DIR NAMES dlfcn.h)
|
||||
find_library(DL_LIBRARIES NAMES dl)
|
||||
if(DL_LIBRARIES)
|
||||
set(DL_FOUND)
|
||||
set(DL_FOUND TRUE)
|
||||
else(DL_LIBRARIES)
|
||||
check_function_exists(dlopen DL_FOUND)
|
||||
# If dlopen can be found without linking in dl then dlopen is part
|
||||
|
Loading…
Reference in New Issue
Block a user