changeset 374:7284eef3c4ef

Merge
author Chris Cannam
date Wed, 06 Aug 2014 16:31:46 +0100
parents 2056dfdd42c6 (current diff) 12ee4e664b35 (diff)
children cff0f07178d6
files build/Makefile.mingw32
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build/Makefile.mingw32	Wed Aug 06 16:30:34 2014 +0100
+++ b/build/Makefile.mingw32	Wed Aug 06 16:31:46 2014 +0100
@@ -101,7 +101,7 @@
 # also want to tell the linker to make all symbols in the library
 # hidden except for the public entry point (making for a tidier library).
 #
-PLUGIN_LDFLAGS		= $(DYNAMIC_LDFLAGS) -Wl,--version-script=build/vamp-plugin.map
+PLUGIN_LDFLAGS		= $(DYNAMIC_LDFLAGS) -Wl,--retain-symbols-file=build/vamp-plugin.list
 SDK_DYNAMIC_LDFLAGS	= $(DYNAMIC_LDFLAGS)
 HOSTSDK_DYNAMIC_LDFLAGS	= $(DYNAMIC_LDFLAGS)