mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-11 22:40:44 -05:00
Always link libdl
This commit is contained in:
+1
-1
@@ -476,7 +476,7 @@ if(NOT WIN32 AND NOT APPLE)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(STATIC_SQLITE AND UNIX)
|
||||
if(UNIX)
|
||||
target_link_libraries(${PROJECT_NAME} dl)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user