Skip to content

Commit ae87fca

Browse files
authored
Merge pull request #564 from Biswa96/develop
Makefile: Fix shared library build in MinGW.
2 parents 910d625 + e86dbc4 commit ae87fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile.shared

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030
endif
3131
endif
3232

33-
ifeq ($(PLATFORM), CYGWIN)
33+
ifneq ($(findstring $(PLATFORM),CYGWIN MINGW32 MINGW64 MSYS),)
3434
NO_UNDEFINED:=-no-undefined
3535
endif
3636

0 commit comments

Comments
 (0)