fix exit crash bug

This commit is contained in:
UnknownObject
2026-09-11 17:12:18 +08:00
parent 5959a6edb8
commit 7e52c191ce
15 changed files with 174 additions and 1324 deletions
+5 -2
View File
@@ -182,8 +182,8 @@ CMAKE_STRIP:FILEPATH=/usr/bin/strip
//Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
//No help, variable specified on the command line.
CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=/home/unknownobject/vcpkg/scripts/buildsystems/vcpkg.cmake
//The CMake toolchain file
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/unknownobject/vcpkg/scripts/buildsystems/vcpkg.cmake
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
@@ -243,6 +243,9 @@ VCPKG_TARGET_TRIPLET:STRING=x64-linux
//Trace calls to find_package()
VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF
//Use applocal.ps1 instead of vcpkg z-applocal.
VCPKG_USE_LEGACY_APPLOCAL:BOOL=OFF
//Enables messages from the VCPKG toolchain for debugging purposes.
VCPKG_VERBOSE:BOOL=OFF