mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
look for libresolv.dylib (anothy sorace)
This commit is contained in:
parent
cb0e769110
commit
89eaced6b1
1 changed files with 1 additions and 1 deletions
2
bin/9l
2
bin/9l
|
@ -150,7 +150,7 @@ then
|
|||
libsl="$libsl -lsec -l9"
|
||||
fi
|
||||
|
||||
if [ "x$needndb" = xtrue -a -f /usr/lib/libresolv.a ]
|
||||
if [ "x$needndb" = xtrue -a '(' -f /usr/lib/libresolv.a -o -f /usr/lib/libresolv.dylib ')' ]
|
||||
then
|
||||
libsl="$libsl -lresolv"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue