1
0

chore: bypass std::mutex ABI issue on windows by build script

This commit is contained in:
2026-03-05 08:41:57 +08:00
parent 11336807d7
commit 5b02733d20
2 changed files with 14 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ MKDIR install
:: Build with x64 architecture in Release mode
CD build
set CXXFLAGS=/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR=1
cmake -A x64 -DCMAKE_CXX_STANDARD=23 ../..
cmake --build . --config Release
cmake --install . --prefix=../install --config Release