Skip to content

Commit 13497ef

Browse files
authored
remove directories in addition to files deletion on windows (#548)
try to find a `rm -rf dpctl` analog on windows cmd
1 parent 553e3c4 commit 13497ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_deps_dpctl_win.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ call conda install -y %DPCTL_DIST%/win-64/%DPCTL_PACKAGE_NAME%
3131
cd ..
3232
echo +++++++++++++++++++++++++ cleanup DPCTL sources +++++++++++++++++++++++++++
3333
del /F/Q/S dpctl
34+
rmdir /Q/S dpctl
3435

3536
dir /s/b "%ONEAPI_ROOT%\libDPCTLSyclInterface.so"
3637

0 commit comments

Comments
 (0)