We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd17db commit 9b59262Copy full SHA for 9b59262
1 file changed
.github/scripts/toolchain/build-cygwin.sh
@@ -23,10 +23,12 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$CYGWIN_BUILD_PATH/Makefile" ]]; then
23
if [[ "$STAGE" = "1" ]]; then
24
(cd $CYGWIN_SOURCE_PATH && patch -p1 -i $PATCHES_PATH/cygwin/0001-fix-autogen.patch)
25
HOST_OPTIONS="$HOST_OPTIONS \
26
- --disable-cygserver"
+ --disable-cygserver \
27
+ --disable-utils"
28
else
29
- --enable-cygserver"
30
+ --enable-cygserver \
31
+ --enable-utils"
32
fi
33
34
# ADDED: --disable-doc
0 commit comments