Skip to content

Commit

Permalink
update cygwin-config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 6, 2024
1 parent 70a5882 commit 0a6c9cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sapi/scripts/cygwin/cygwin-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ test -f Makefile && make clean
--enable-swoole --enable-sockets --enable-mysqlnd --enable-swoole-curl --enable-cares \
--enable-swoole-pgsql \
--enable-swoole-sqlite \
--enable-swoole-thread \
--enable-zts \
--enable-redis \
--with-imagick \
--with-yaml \
Expand Down
3 changes: 2 additions & 1 deletion sapi/src/builder/extension/swoole_v6.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
mv swoole {$workdir}/ext/
EOF;

return $cmd;
//return $cmd;
return '';
});
};

0 comments on commit 0a6c9cf

Please sign in to comment.