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:
Charlie Fenton 2021-10-18 03:49:53 -07:00
parent ecffff10b6
commit 11c2eacd56
1 changed files with 1 additions and 1 deletions

View File

@ -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)