summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/collect22
1 files changed, 1 insertions, 1 deletions
diff --git a/util/collect2 b/util/collect2
index 38c01c48c..1e78397f0 100755
--- a/util/collect2
+++ b/util/collect2
@@ -42,7 +42,7 @@ if [[ "${darwin+@}" ]]; then
flags=("${flags[@]}"$({
echo "${PKG_PATH}" | tr ':' $'\n'
- for DEP_NAME in libgcc libxml2 sqlite3; do
+ for DEP_NAME in libxml2 sqlite3; do
echo "$(PKG_DEST_ "${DEP_NAME}")"
done
} | while read -r path; do