We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910d625 commit e86dbc4Copy full SHA for e86dbc4
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