mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 10:26:03 +00:00
Dependencies must start with ${SRC}/.
This commit is contained in:
parent
aa737a2b2e
commit
c693ab0a6a
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -138,6 +138,7 @@ get_deps() {
|
|||
| sort \
|
||||
| uniq \
|
||||
| grep -v '^[/<]' \
|
||||
| grep "^${SRC}/" \
|
||||
| while IFS= read -r dep; do
|
||||
printf "%s " "$dep"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue