From c693ab0a6af7db1fbd671baff9c87742e5c95fdd Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 13 Jan 2024 14:49:05 -0500 Subject: [PATCH] Dependencies must start with ${SRC}/. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 38a30cf..8773b53 100755 --- a/configure +++ b/configure @@ -138,6 +138,7 @@ get_deps() { | sort \ | uniq \ | grep -v '^[/<]' \ + | grep "^${SRC}/" \ | while IFS= read -r dep; do printf "%s " "$dep" done