Skip to content

Commit cb5fe0e

Browse files
committed
Make sure tmp folder exists before writing cmake_flags.txt to it
1 parent 924d801 commit cb5fe0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/include/update/cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ function cmake_update() {
180180
fi
181181
apply_git_patches
182182
bin_commit="$(git rev-parse HEAD)"
183+
mkdir -p "$SCRIPT_ROOT/lib/tmp"
183184
local cmake_cache="$SCRIPT_ROOT/lib/tmp/cmake_flags.txt"
184185
if [ -f "$cmake_cache" ]
185186
then

0 commit comments

Comments
 (0)