Skip to content

Commit 53a96b8

Browse files
committed
Merge branch 'experiment-feature' into build_native_php
2 parents a7d9a93 + ab28c26 commit 53a96b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
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%,w32api-headers,libw32api-devel,cygwin-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},w32api-headers,libw32api-devel,cygwin-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)