Skip to content

Commit 5b599ee

Browse files
committed
macos fix attempt
1 parent f823447 commit 5b599ee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ext/intl/config.m4

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ if test "$PHP_INTL" != "no"; then
77
PHP_SETUP_ICU([INTL_SHARED_LIBADD])
88
PHP_SUBST([INTL_SHARED_LIBADD])
99
INTL_COMMON_FLAGS="$ICU_CFLAGS -Wno-write-strings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
10-
PHP_NEW_EXTENSION([intl], m4_normalize([
11-
intl_convert.cpp
12-
intl_error.cpp
13-
php_intl.cpp
14-
]),
10+
PHP_NEW_EXTENSION([intl], [],
1511
[$ext_shared],,
1612
[$INTL_COMMON_FLAGS],
1713
[cxx])
@@ -44,6 +40,9 @@ if test "$PHP_INTL" != "no"; then
4440
formatter/formatter_class.cpp \
4541
grapheme/grapheme_string.cpp \
4642
grapheme/grapheme_util.cpp \
43+
intl_convert.cpp \
44+
intl_error.cpp \
45+
php_intl.cpp \
4746
msgformat/msgformat_helpers.cpp \
4847
rangeformatter/rangeformatter_class.cpp \
4948
timezone/timezone_class.cpp \

0 commit comments

Comments
 (0)