Mercurial > hg > qm-vamp-plugins
diff build/linux/Makefile.linux64 @ 262:6e2e0755fe64
Update 32-bit build files
| author | Chris Cannam <cannam@all-day-breakfast.com> |
|---|---|
| date | Tue, 28 Jan 2020 15:28:17 +0000 |
| parents | 2eb74e345751 |
| children |
line wrap: on
line diff
--- a/build/linux/Makefile.linux64 Mon Jan 27 13:57:47 2020 +0000 +++ b/build/linux/Makefile.linux64 Tue Jan 28 15:28:17 2020 +0000 @@ -3,7 +3,7 @@ CXXFLAGS += $(CFLAGS) -LDFLAGS += -shared -Wl,-Bstatic -lqm-dsp -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map -Wl,-no-undefined +LDFLAGS += -shared -Wl,--no-undefined -Wl,-Bstatic -lqm-dsp -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so
