windows fix
Some checks failed
demo.yaml / windows fix (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-02 21:38:58 +01:00
commit 0485ccac0f

View file

@ -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"
@REM rmdir /S /Q "build"