Skip to content

Commit

Permalink
Merge pull request #727 from jingjingxyk/experiment-feature
Browse files Browse the repository at this point in the history
update cygwin
  • Loading branch information
jingjingxyk committed Aug 1, 2024
2 parents f9f2df6 + f739635 commit 9f6ad4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/scripts/cygwin/cygwin-config-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [ ! -d $ROOT/ext/imagick ]; then
mv imagick-${IMAGICK_VERSION} $ROOT/ext/imagick
fi

if [ ! -d $ROOT/ext/swoole ]; then
if [ ! -f $ROOT/ext/swoole/config.m4 ]; then
if [ ! -f swoole-${SWOOLE_VERSION}.tgz ]; then
test -d /tmp/swoole && rm -rf /tmp/swoole
git clone -b ${SWOOLE_VERSION} https://github.com/swoole/swoole-src.git /tmp/swoole
Expand Down

0 comments on commit 9f6ad4a

Please sign in to comment.