We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 910d625 + e86dbc4 commit ae87fcaCopy full SHA for ae87fca
1 file changed
makefile.shared
@@ -30,7 +30,7 @@ else
30
endif
31
32
33
-ifeq ($(PLATFORM), CYGWIN)
+ifneq ($(findstring $(PLATFORM),CYGWIN MINGW32 MINGW64 MSYS),)
34
NO_UNDEFINED:=-no-undefined
35
36
0 commit comments