Skip to content

Commit 3c04303

Browse files
committed
chore: wip
1 parent 7f61caf commit 3c04303

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/precompile-php.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -478,23 +478,14 @@ jobs:
478478
echo "Final extensions: $FINAL_EXTENSIONS"
479479
fi
480480
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-
489481
./configure \
490482
--prefix="$INSTALL_PREFIX" \
491483
--disable-debug \
492484
--enable-shared \
493485
--with-pic \
494486
$FINAL_EXTENSIONS \
495487
$EXTRA_CONFIG \
496-
$CURL_CONFIG \
497-
$CONFIGURE_CXX
488+
$CURL_CONFIG
498489
499490
- name: Build PHP
500491
run: |

0 commit comments

Comments
 (0)