Skip to content

Commit

Permalink
Create dist dir when building test executable if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 13, 2024
1 parent 404a6b9 commit ab823ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/scripts/build-test-executable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ function build_test_executable {
;;
esac

mkdir -p "$(dirname "$output")"
mv "$temp_output" "$output"

}

case "$TARGET" in
Expand Down

0 comments on commit ab823ac

Please sign in to comment.