Skip to content

Commit 27382f6

Browse files
authored
升级swoole 版本为 v6.0.2 (#944)
* 升级swoole 版本为 v6.0.2 * cygwin 构建环境下,解决 IN6_ADDR 未定义 * update cygwin 环境依赖包 * cygwin add libnet-devel * cygwin 环境添加 libnet6-devel
1 parent 119e07e commit 27382f6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

sapi/quickstart/windows/cygwin-build/install-cygwin.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ set "PACKAGES=make,git,curl,wget,tar,libtool,bison,gcc-g++,autoconf,automake,ope
3939
set "PACKAGES=%PACKAGES%,zip,unzip"
4040
set "PACKAGES=%PACKAGES%,libpq5,libpq-devel"
4141
set "PACKAGES=%PACKAGES%,libzstd-devel"
42+
set "PACKAGES=%PACKAGES%,cygwin-devel,libnet6-devel"
4243

4344
set "OPTIONS=%OPTIONS% --packages %PACKAGES%"
4445
echo %OPTIONS%

sapi/scripts/cygwin/install-cygwin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ PACKAGES="make,git,curl,wget,tar,libtool,bison,gcc-g++,autoconf,automake,openssl
5252
PACKAGES="${PACKAGES},zip,unzip,icu,libicu-devel"
5353
PACKAGES="${PACKAGES},libpq5 libpq-devel"
5454
PACKAGES="${PACKAGES},libzstd-devel"
55+
PACKAGES="${PACKAGES},cygwin-devel,libnet6-devel"
5556
setup-x86_64.exe --no-desktop --no-shortcuts --no-startmenu --quiet-mode --disable-buggy-antivirus --site $SITE --packages $PACKAGES

0 commit comments

Comments
 (0)