disable console now

This commit is contained in:
tildearrow 2023-04-17 00:22:37 -05:00
parent c6553f11e8
commit b661a6f9cf
1 changed files with 1 additions and 1 deletions

View File

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