From 0485ccac0fe6619019d6ed928466d0fc90a63505 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 2 Mar 2026 21:38:58 +0100 Subject: [PATCH] windows fix --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 687515f..761dbd1 100644 --- a/build.cmd +++ b/build.cmd @@ -43,4 +43,4 @@ clang++ %useLibcLinker% -std=c++26 -O3 -march=native -mtune=native -L.\build -fu copy %LIBCXX_DIR%\lib\c++.dll \bin\executable-windows-msvc\c++.dll xcopy "binlib\*" "bin\" /E /I /Y /Q -rmdir /S /Q "build" \ No newline at end of file +@REM rmdir /S /Q "build" \ No newline at end of file