We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963b40 commit 84dfe03Copy full SHA for 84dfe03
check.sh
@@ -185,7 +185,7 @@ function cmd_testweb() {
185
common_flags="-C link-args=-g"
186
187
# Avoid problems with emcc potentially writing to read-only dir
188
- cache_dir="target/emscripten_cache"
+ cache_dir="$(realpath ./target)/emscripten_cache"
189
mkdir -p "${cache_dir}"
190
191
echo "==============================="
0 commit comments