Skip to content

Commit

Permalink
Add -no-undefined to LDFLAGS to build shared library on MinGW-w64
Browse files Browse the repository at this point in the history
  • Loading branch information
Adsun701 committed Jun 11, 2019
1 parent 7cb3eaf commit 85ce4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign

lib_LTLIBRARIES = libics.la
libics_la_LDFLAGS = -version-info $(ICS_LT_VERSION)
libics_la_LDFLAGS = -version-info $(ICS_LT_VERSION) -no-undefined

# list all sources and include files that are not installed, but are
# distributed, except for libics_conf.h, which is generated from
Expand Down

0 comments on commit 85ce4a2

Please sign in to comment.