Skip to content

Commit 646b00f

Browse files
committed
Revert unintentional change
1 parent 520a61f commit 646b00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sysroot/build_sysroot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd $(dirname "$0")
1717

1818
# Cleanup for previous run
1919
# v Clean target dir except for build scripts and incremental cache
20-
#rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
20+
rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
2121

2222
# We expect the target dir in the default location. Guard against the user changing it.
2323
export CARGO_TARGET_DIR=target

0 commit comments

Comments
 (0)