mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
it compiles with MinGW
This commit is contained in:
parent
137258c269
commit
9fb02b5318
1 changed files with 1 additions and 1 deletions
|
@ -94,5 +94,5 @@ if (HAVE_JACK)
|
|||
endif()
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(furnace SDL2main)
|
||||
target_link_libraries(furnace SDL2main -static)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue