Skip to content

Commit

Permalink
Fix Azure MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Feb 13, 2020
1 parent bf8c651 commit 9c8cc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/macos/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pgsql \
--with-pdo-pgsql \
--with-pgsql=/usr/local/opt/libpq \
--with-pdo-pgsql=/usr/local/opt/libpq \
--with-pdo-sqlite \
--without-pear \
--enable-gd \
Expand Down

0 comments on commit 9c8cc48

Please sign in to comment.