mirror of https://github.com/BOINC/boinc.git
mac: try to fix CI build of c-ares-1.17.2 (my local build works)
The path to the built library has changed since c-ares-1.13.0
This commit is contained in:
parent
ecffff10b6
commit
11c2eacd56
|
@ -91,7 +91,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
;;
|
;;
|
||||||
-prefix|--prefix)
|
-prefix|--prefix)
|
||||||
lprefix="$2"
|
lprefix="$2"
|
||||||
libPath="${lprefix}/lib"
|
libPath="${lprefix}/src/lib"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-q|--quiet)
|
-q|--quiet)
|
||||||
|
|
Loading…
Reference in New Issue