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 7f61caf commit 3c04303Copy full SHA for 3c04303
.github/workflows/precompile-php.yml
@@ -478,23 +478,14 @@ jobs:
478
echo "Final extensions: $FINAL_EXTENSIONS"
479
fi
480
481
- # Add C++17 configure option for macOS
482
- if [[ "${{ matrix.platform }}" == "darwin" ]]; then
483
- CONFIGURE_CXX="CXXFLAGS=-std=c++17 -stdlib=libc++ CFLAGS=-std=c++17"
484
- echo "Using C++17 configure flags: $CONFIGURE_CXX"
485
- else
486
- CONFIGURE_CXX=""
487
- fi
488
-
489
./configure \
490
--prefix="$INSTALL_PREFIX" \
491
--disable-debug \
492
--enable-shared \
493
--with-pic \
494
$FINAL_EXTENSIONS \
495
$EXTRA_CONFIG \
496
- $CURL_CONFIG \
497
- $CONFIGURE_CXX
+ $CURL_CONFIG
498
499
- name: Build PHP
500
run: |
0 commit comments