From da7330de9f770acf7fcbe89cd6ae3cf380138e6c Mon Sep 17 00:00:00 2001 From: blacktemplar Date: Fri, 11 Nov 2016 12:17:53 +0100 Subject: [PATCH] Update build-installer.bat --- build-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-installer.bat b/build-installer.bat index 95feb72..93230d3 100644 --- a/build-installer.bat +++ b/build-installer.bat @@ -17,7 +17,7 @@ REM --- Install build version of CygWin in a subfolder set OURPATH=%cd% set CYGBUILD=%OURPATH%\CygWin set CYGMIRROR=ftp://ftp.funet.fi/pub/mirrors/cygwin.com/pub/cygwin/ -set BUILDPKGS=python3,python3-setuptools,binutils,gcc-g++,libopenssl,openssl-devel,git,make,openssh,liblz4-devel,liblz4_1 +set BUILDPKGS=python3,python3-setuptools,python3-devel,binutils,gcc-g++,libopenssl,openssl-devel,git,make,openssh,liblz4-devel,liblz4_1 %CYGSETUP% -q -B -o -n -R %CYGBUILD% -L -D -s %CYGMIRROR% -P %BUILDPKGS%