Skip to content

Commit 6af22d0

Browse files
committed
Fix #73956 Link use CC instead of CXX
1 parent a22f181 commit 6af22d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if test "$PHP_INTL" != "no"; then
8686
breakiterator/codepointiterator_methods.cpp \
8787
uchar/uchar.c \
8888
idn/idn.c \
89-
$icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
89+
$icu_spoof_src, $ext_shared,,$ICU_INCS -Wno-write-strings -D__STDC_LIMIT_MACROS -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1,cxx)
9090
PHP_ADD_BUILD_DIR($ext_builddir/collator)
9191
PHP_ADD_BUILD_DIR($ext_builddir/converter)
9292
PHP_ADD_BUILD_DIR($ext_builddir/common)

0 commit comments

Comments
 (0)