mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-src/build-dependencies.sh: check for instead of
This commit is contained in:
parent
9ae512bbbb
commit
edad3f9f9f
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ install_pkg_deps() {
|
||||||
continue
|
continue
|
||||||
else
|
else
|
||||||
echo " [host] ${i}: not found."
|
echo " [host] ${i}: not found."
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$cross" ]; then
|
||||||
if [ "${_realpkg}" = "$targetpkg" ]; then
|
if [ "${_realpkg}" = "$targetpkg" ]; then
|
||||||
msg_error "${pkg}: [host] build loop detected: ${_realpkg} <-> ${targetpkg} [depends on itself]\n"
|
msg_error "${pkg}: [host] build loop detected: ${_realpkg} <-> ${targetpkg} [depends on itself]\n"
|
||||||
elif [ "${_realpkg}" = "$pkg" ]; then
|
elif [ "${_realpkg}" = "$pkg" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue