mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: pgo.sh: allow a pre-existing build directory
This commit is contained in:
parent
579e1f80b4
commit
e907ec209c
1 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@ srcdir=$(realpath "${2}")
|
|||
blddir=$(realpath "${3}")
|
||||
shift 3
|
||||
|
||||
if [ -e "${blddir}" ]; then
|
||||
echo "error: ${blddir}: build directory already exists"
|
||||
exit 1
|
||||
fi
|
||||
# if [ -e "${blddir}" ]; then
|
||||
# echo "error: ${blddir}: build directory already exists"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
compiler=other
|
||||
do_pgo=no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue