Skip to content

Commit 9c8cc48

Browse files
committed
Fix Azure MacOS build
1 parent bf8c651 commit 9c8cc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/macos/job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
--enable-fpm \
2626
--with-pdo-mysql=mysqlnd \
2727
--with-mysqli=mysqlnd \
28-
--with-pgsql \
29-
--with-pdo-pgsql \
28+
--with-pgsql=/usr/local/opt/libpq \
29+
--with-pdo-pgsql=/usr/local/opt/libpq \
3030
--with-pdo-sqlite \
3131
--without-pear \
3232
--enable-gd \

0 commit comments

Comments
 (0)