fix(Windows): use global lock (#6425)

This commit is contained in:
Liam
2024-07-08 05:38:47 +02:00
committed by GitHub
parent f8c26ea150
commit af041657aa
6 changed files with 65 additions and 28 deletions

View File

@@ -387,6 +387,7 @@ endif()
if(WIN32)
add_definitions(-DLV_USE_LINUX_FBDEV=0)
add_definitions(-DLV_USE_WINDOWS=1)
add_definitions(-DLV_USE_OS=LV_OS_WINDOWS)
endif()
# disable test targets for build only tests