try to fix MinGW console mode

This commit is contained in:
tildearrow 2023-01-12 15:27:41 -05:00
parent a0191fcbe1
commit db2d7b2ff3
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ if (WARNINGS_ARE_ERRORS)
)
endif()
if (MSVC)
if (WIN32)
add_executable(furnace WIN32 ${USED_SOURCES})
elseif(ANDROID AND NOT TERMUX)
add_library(furnace SHARED ${USED_SOURCES})