Skip to content

Commit

Permalink
Merge pull request #564 from Biswa96/develop
Browse files Browse the repository at this point in the history
Makefile: Fix shared library build in MinGW.
  • Loading branch information
sjaeckel committed Apr 9, 2021
2 parents 910d625 + e86dbc4 commit ae87fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.shared
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
endif
endif

ifeq ($(PLATFORM), CYGWIN)
ifneq ($(findstring $(PLATFORM),CYGWIN MINGW32 MINGW64 MSYS),)
NO_UNDEFINED:=-no-undefined
endif

Expand Down

0 comments on commit ae87fca

Please sign in to comment.