Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt

This commit is contained in:
cam900 2023-01-13 09:48:52 +09:00
commit b64c089c56
23 changed files with 63 additions and 12 deletions

View file

@ -754,7 +754,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})