Skip to content

Commit

Permalink
Merge pull request #11606 from comps/mkdir_build
Browse files Browse the repository at this point in the history
Account for non-existent 'build' dir in build_product
  • Loading branch information
jan-cerny authored Feb 20, 2024
2 parents db56fb2 + f73a444 commit ba5a6da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_product
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ fi


set -e
[ -d build ] || mkdir build
rm -rf build/*
cd build
cmake .. "${CMAKE_OPTIONS[@]}"
Expand Down

0 comments on commit ba5a6da

Please sign in to comment.