mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
pgo: verify source dir really is a foot source dir before proceeding
This commit is contained in:
parent
8e4d020a41
commit
b1c03861cd
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ shift 3
|
||||||
# exit 1
|
# exit 1
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
|
if [ ! -f "${srcdir}"/generate-version.sh ]; then
|
||||||
|
echo "error: ${srcdir}: does not appear to be a foot source directory"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
compiler=other
|
compiler=other
|
||||||
do_pgo=no
|
do_pgo=no
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue