mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -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}")
|
blddir=$(realpath "${3}")
|
||||||
shift 3
|
shift 3
|
||||||
|
|
||||||
if [ -e "${blddir}" ]; then
|
# if [ -e "${blddir}" ]; then
|
||||||
echo "error: ${blddir}: build directory already exists"
|
# echo "error: ${blddir}: build directory already exists"
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
compiler=other
|
compiler=other
|
||||||
do_pgo=no
|
do_pgo=no
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue