fix dependencies on linux

This commit is contained in:
HJfod 2023-12-20 12:47:44 +02:00
parent 2aa9f561f5
commit 6bc67e9ac0

View file

@ -192,7 +192,7 @@ function(setup_geode_mod proname)
endif()
# Otherwise add all .libs or whatever the platform's library type is
if (WIN32)
if (WIN32 OR LINUX)
file(GLOB libs ${dir}/*.lib)
list(APPEND libs_to_link ${libs})
elseif (APPLE)