We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520a61f commit 646b00fCopy full SHA for 646b00f
build_sysroot/build_sysroot.sh
@@ -17,7 +17,7 @@ cd $(dirname "$0")
17
18
# Cleanup for previous run
19
# 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
+rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} 2>/dev/null || true
21
22
# We expect the target dir in the default location. Guard against the user changing it.
23
export CARGO_TARGET_DIR=target
0 commit comments