This commit is contained in:
Frank Denis
2019-07-20 17:29:00 +02:00
parent 1e03d83420
commit 5dae1fd9a9
+4 -4
View File
@@ -7,10 +7,10 @@ if [ -z "$WASI_LIBC" ]; then
break
fi
done
if [ -z "$WASI_LIBC" ]; then
echo "Set WASI_LIBC to the path to the WASI libc sysroot" >&2
exit 1
fi
fi
if [ -z "$WASI_LIBC" ]; then
echo "Set WASI_LIBC to the path to the WASI libc sysroot" >&2
exit 1
fi
export PATH="/usr/local/opt/llvm/bin:$PATH"