diff --git a/Makefile b/Makefile index 2bc3f350d..3758cc110 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,14 @@ DESTDIR = SED_PREFIX = $(shell echo $(PREFIX) | sed "s/\//\\\\\\\\\//g") LINK = ln -sf + +ifneq ($(MACOS),true) PYUIC ?= pyuic4 -w PYRCC ?= pyrcc4 -py3 +else +PYUIC ?= pyuic4-3.3 -w +PYRCC ?= pyrcc4-3.3 -py3 +endif # -------------------------------------------------------------- diff --git a/source/Makefile.mk b/source/Makefile.mk index b9adf6c07..4beecc0b6 100644 --- a/source/Makefile.mk +++ b/source/Makefile.mk @@ -11,7 +11,7 @@ CARLA_PLUGIN_SUPPORT = true # Support for csound files (version 6) -CARLA_CSOUND_SUPPORT = true +CARLA_CSOUND_SUPPORT = false # not ready yet # Support for GIG, SF2 and SFZ sample banks (through fluidsynth and linuxsampler) CARLA_SAMPLERS_SUPPORT = true