mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Only create build dir if it doesn't exist
This commit is contained in:
parent
1f9a53a454
commit
86b6a4cefd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
mkdir build
|
||||
[ ! -d "build" ] && mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" ..
|
||||
make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue