From f83728f352b8940732855303e6cb318ba1f806c8 Mon Sep 17 00:00:00 2001 From: Hans Date: Sun, 5 May 2024 22:29:55 +0800 Subject: [PATCH] chore: missing commit --- scripts/prepare-windows.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/prepare-windows.ps1 b/scripts/prepare-windows.ps1 index 5510489..f79388d 100644 --- a/scripts/prepare-windows.ps1 +++ b/scripts/prepare-windows.ps1 @@ -37,7 +37,6 @@ if (-not (Test-Path "win32-x64/SDK")) { cmake --build build --config Release cmake --install build --prefix $SDK_ROOT DelIfExist "build" - rm build -Recurse -Force cmake -B build -DBUILD_SHARED_LIBS=ON -DOVERRIDE_MSVC_FLAGS_TO_MT=OFF -DTUNERS=OFF -DOPENCL_ROOT="$SDK_ROOT" -G "Visual Studio 17 2022" cmake --build build --config Release cmake --install build --prefix $SDK_ROOT