From d2c19a73f65875f708ff8faf07010ffdb8a34385 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 3 Nov 2019 10:14:49 +0100 Subject: Fix osx static library compilation. --- plugin/vst/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugin/vst') diff --git a/plugin/vst/Makefile.am b/plugin/vst/Makefile.am index 0f3df84..be45282 100644 --- a/plugin/vst/Makefile.am +++ b/plugin/vst/Makefile.am @@ -40,7 +40,8 @@ public.sdk/source/vst2.x/vstplugmain.cpp: public.sdk/source/vst2.x @VST_SOURCE_P cp @VST_SOURCE_PATH@/public.sdk/source/vst2.x/vstplugmain.cpp $@ # Hack to compile vst sources without -Wall -Werror -libvstsdk_la_CXXFLAGS = -w $(VST_CPPFLAGS) -Ipublic.sdk/source/vst2.x -I. +libvstsdk_la_CXXFLAGS = -Wno-c++11-narrowing -w $(VST_CPPFLAGS) \ + -Ipublic.sdk/source/vst2.x -I. nodist_libvstsdk_la_SOURCES = \ public.sdk/source/vst2.x/audioeffectx.cpp \ @@ -60,4 +61,4 @@ CLEANFILES = \ clean-local: -rm -rf public.sdk pluginterfaces -#pluginterfaces/vst2.x/vstfxstore.h \ No newline at end of file +#pluginterfaces/vst2.x/vstfxstore.h -- cgit v1.2.3