mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix dependencies on linux
This commit is contained in:
parent
2aa9f561f5
commit
6bc67e9ac0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue