Skip to content

Commit d63f54d

Browse files
authored
enable --disable-dependency-tracking on CYGWIN also
it also takes an inordinate amount of time there.
1 parent 20099b9 commit d63f54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if command -v gmake >/dev/null; then
7575
fi
7676

7777
case $(uname) in
78-
MINGW*|MSYS*)
78+
MINGW*|MSYS*|CYGWIN*)
7979
CRT_CONFIG_FLAGS="--disable-dependency-tracking"
8080
;;
8181
esac

0 commit comments

Comments
 (0)