Dependencies must start with ${SRC}/.

This commit is contained in:
Jordan Bancino 2024-01-13 14:49:05 -05:00
parent aa737a2b2e
commit c693ab0a6a

1
configure vendored
View file

@ -138,6 +138,7 @@ get_deps() {
| sort \
| uniq \
| grep -v '^[/<]' \
| grep "^${SRC}/" \
| while IFS= read -r dep; do
printf "%s " "$dep"
done