fix deadlock

This commit is contained in:
InoriRus
2022-01-19 17:24:34 +10:00
parent 8ee51a2756
commit ce0fcf9cab
4 changed files with 470 additions and 207 deletions
+3 -3
View File
@@ -79,7 +79,7 @@ if (KYTY_LINKER STREQUAL LD)
set(KYTY_LD_OPTIONS "-Wl,--image-base=0x100000000000")
endif()
project(Kyty${KYTY_PROJECT_NAME}${CMAKE_BUILD_TYPE}${KYTY_COMPILER} VERSION 0.0.6)
project(Kyty${KYTY_PROJECT_NAME}${CMAKE_BUILD_TYPE}${KYTY_COMPILER} VERSION 0.0.7)
include(src_script.cmake)
@@ -112,7 +112,7 @@ add_custom_target( KytyGitVersion
list(APPEND KYTY_IWYU
emulator_obj
#core_obj
core_obj
#math_obj
#scripts_obj
#sys_obj
@@ -121,7 +121,7 @@ list(APPEND KYTY_IWYU
list(APPEND KYTY_CLANG_TYDY
emulator_obj
#core_obj
core_obj
#core
#math_obj
#scripts_obj