mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
|
||||
# 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
|
||||
do_pgo=no
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue