mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Fix check to know if dl library was found
This commit is contained in:
parent
a22039cd16
commit
e887328624
@ -93,7 +93,7 @@ if(WIN32)
|
||||
target_link_libraries(base-lib dbghelp shlwapi)
|
||||
else()
|
||||
find_library(DL_LIBRARY NAMES dl)
|
||||
if(DL_LIBRARY_FOUND)
|
||||
if(DL_LIBRARY)
|
||||
target_link_libraries(base-lib ${DL_LIBRARY})
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user