Skip to content

Commit

Permalink
Merge pull request #687 from jingjingxyk/build_native_php
Browse files Browse the repository at this point in the history
fix cygwin build error
  • Loading branch information
jingjingxyk committed Jul 10, 2024
2 parents 4d06669 + 3052008 commit e8041a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions sapi/quickstart/linux/connection-swoole-cli-builder.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -exu
__DIR__=$(
cd "$(dirname "$0")"
pwd
)

cd ${__DIR__}

docker exec -it swoole-cli-builder sh

1 change: 0 additions & 1 deletion sapi/scripts/cygwin/cygwin-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ test -f Makefile && make clean
--enable-mbstring \
--enable-ctype \
--with-zlib \
--with-zip \
--enable-posix \
--enable-sockets \
--enable-pdo \
Expand Down

0 comments on commit e8041a7

Please sign in to comment.