We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116d42d commit 36d94f7Copy full SHA for 36d94f7
azure/macos/job.yml
@@ -16,6 +16,7 @@ jobs:
16
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxml2/lib/pkgconfig"
17
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxslt/lib/pkgconfig"
18
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/zlib/lib/pkgconfig"
19
+ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
20
./buildconf --force
21
./configure ${{ parameters.configurationParameters }} \
22
--prefix=/usr/local \
@@ -61,6 +62,7 @@ jobs:
61
62
--enable-sysvmsg \
63
--with-ffi \
64
--enable-zend-test \
65
+ --enable-intl \
66
--enable-werror \
67
--with-config-file-path=/etc \
68
--with-config-file-scan-dir=/etc/php.d
0 commit comments