mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Pass -no-undefined to libtool so that a native DLL can be built on Windows
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user