Skip to content

Commit

Permalink
Makefile: Fix shared library build in MinGW.
Browse files Browse the repository at this point in the history
This enables -no-undefined linker flag in mingw toolchain.
Previous related commit 9c2c9f8
  • Loading branch information
Biswa96 committed Mar 28, 2021
1 parent 910d625 commit e86dbc4
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 e86dbc4

Please sign in to comment.