Pass -no-undefined to libtool so that a native DLL can be built on Windows
This commit is contained in:
parent
9abef59142
commit
49461b5e66
@ -83,7 +83,8 @@ EXTRA_DIST = \
|
||||
libsodium_la_LDFLAGS = \
|
||||
$(AM_LDFLAGS) \
|
||||
-export-dynamic \
|
||||
-version-info $(SODIUM_LIBRARY_VERSION)
|
||||
-version-info $(SODIUM_LIBRARY_VERSION) \
|
||||
-no-undefined
|
||||
|
||||
libsodium_la_CPPFLAGS = \
|
||||
$(LTDLINCL) \
|
||||
|
Loading…
Reference in New Issue
Block a user