summaryrefslogtreecommitdiff
path: root/examples/Gain/Makefile
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2019-01-28 20:52:02 +0000
committerfalkTX <falktx@gmail.com>2019-01-28 20:52:02 +0000
commitf34d282af0fcb203ff34bc24ac2a7816708c2912 (patch)
treeadc6c43ba0ddc7f51376ba506a907248f1c1b71d /examples/Gain/Makefile
parentb6ccc269662529ce1bfd869b249c6045f5df5960 (diff)
Fix build
Diffstat (limited to 'examples/Gain/Makefile')
-rw-r--r--examples/Gain/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Gain/Makefile b/examples/Gain/Makefile
index 4a93197a..a89c057b 100644
--- a/examples/Gain/Makefile
+++ b/examples/Gain/Makefile
@@ -31,6 +31,10 @@ endif
TARGETS += lv2_dsp
TARGETS += vst
+ifeq ($(MACOS),true)
+TARGETS += au
+endif
+
all: $(TARGETS)
# --------------------------------------------------------------