File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -350,14 +350,20 @@ $(OBJDIR)/CarlaEng%.cpp.o: $(CWD)/backend/engine/CarlaEng%.cpp
350350 $(SILENT )$(CXX ) $< $(BUILD_CXX_FLAGS ) $(NATIVE_BUILD_FLAGS ) -c -o $@
351351
352352$(OBJDIR)/CarlaPluginJSFX.cpp.o BUILD_CXX_FLAGS += $(YSFX_FLAGS)
353+
353354$(OBJDIR ) /CarlaPluginJuce.cpp.o : BUILD_CXX_FLAGS += -std=gnu++14
354355
355356ifeq ($(MACOS ) ,true)
356357$(OBJDIR ) /CarlaPluginCLAP.cpp.o : BUILD_CXX_FLAGS += -ObjC++
358+
357359$(OBJDIR ) /CarlaPluginJuce.cpp.o : BUILD_CXX_FLAGS += -ObjC++
360+
358361$(OBJDIR ) /CarlaPluginVST2.cpp.o : BUILD_CXX_FLAGS += -ObjC++
362+
359363$(OBJDIR ) /CarlaPluginVST3.cpp.o : BUILD_CXX_FLAGS += -ObjC++
364+
360365$(OBJDIR ) /CarlaStandalone.cpp.o : BUILD_CXX_FLAGS += -ObjC++
366+
361367$(OBJDIR ) /CarlaBridgePlugin.cpp.o : BUILD_CXX_FLAGS += -ObjC++
362368endif
363369
You can’t perform that action at this time.
0 commit comments