Skip to content

Commit d3cb5c7

Browse files
authored
Update cbuild.sh
1 parent 16b0e29 commit d3cb5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trap 'cd "$OPWD"; [ -d "$TEMP_DIR" ] && rm -rf "$TEMP_DIR"' EXIT
2222
export DBIN_INSTALL_DIR="$BASE/binaryDependencies" #
2323
export DBIN_NOCONFIG="1" #
2424
# -Dependency-Revision-Tracking--------------------#
25-
DWFS_VER="0.13.0" #
25+
DWFS_VER="0.15.0" #
2626
# -------------------------------------------------#
2727

2828
if [ "$(uname -m)" = "aarch64" ]; then

0 commit comments

Comments
 (0)