We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b0e29 commit d3cb5c7Copy full SHA for d3cb5c7
cbuild.sh
@@ -22,7 +22,7 @@ trap 'cd "$OPWD"; [ -d "$TEMP_DIR" ] && rm -rf "$TEMP_DIR"' EXIT
22
export DBIN_INSTALL_DIR="$BASE/binaryDependencies" #
23
export DBIN_NOCONFIG="1" #
24
# -Dependency-Revision-Tracking--------------------#
25
-DWFS_VER="0.13.0" #
+DWFS_VER="0.15.0" #
26
# -------------------------------------------------#
27
28
if [ "$(uname -m)" = "aarch64" ]; then
0 commit comments