summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2020-03-21 22:13:06 (GMT)
committerChristian Pointner <equinox@helsinki.at>2020-03-21 22:13:11 (GMT)
commit6fd80dff522066b02892d2e705569686bda83857 (patch)
treea81ee0b58b9a92473b6e8997734799eaad88baa9 /Makefile
parent3f348dcff09c8ec27227ef302a414166b4db0052 (diff)
disable onair-plugin because problematic dep libssl 1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a5133fc..d84a1d6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
DOWNLOAD_BASEURL := "https://download.studio.link/releases"
VERSION := 20.03.6
-all: studio-link-standalone studio-link.lv2 studio-link-onair.lv2
+all: studio-link-standalone studio-link.lv2 #studio-link-onair.lv2
studio-link-standalone: v$(VERSION)/studio-link-standalone-v$(VERSION).tar.gz
@echo "extracting files... from $<"
@@ -12,9 +12,9 @@ studio-link.lv2: v$(VERSION)/studio-link-plugin.zip
@echo "extracting files... from $<"
@unzip -u $<
-studio-link-onair.lv2: v$(VERSION)/studio-link-plugin-onair.zip
- @echo "extracting files... from $<"
- @unzip -u $<
+# studio-link-onair.lv2: v$(VERSION)/studio-link-plugin-onair.zip
+# @echo "extracting files... from $<"
+# @unzip -u $<
v$(VERSION)/%:
@echo "fetching file: $(DOWNLOAD_BASEURL)/v$(VERSION)-stable/linux/$(notdir $@)"