mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
disable console now
This commit is contained in:
parent
c6553f11e8
commit
b661a6f9cf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue