From e5fad4deee0f2ce74c23c48ac0bff229df7b5b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Szab=C3=B3?= <34127628+firolightfog@users.noreply.github.com> Date: Tue, 13 Jan 2026 14:36:07 +0100 Subject: [PATCH] Update Makefile to disable LuaJIT and SuperCollider Disable LuaJIT and SuperCollider in the Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b504774..b82fad7 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,11 @@ include $(RACK_DIR)/arch.mk DUKTAPE ?= 0 QUICKJS ?= 1 -LUAJIT ?= 1 +LUAJIT ?= 0 # 1 PYTHON ?= 0 -SUPERCOLLIDER ?= 1 +SUPERCOLLIDER ?= 0 # 1 VULT ?= 1 -LIBPD ?= 1 +LIBPD ?= 1 # 1 FAUST ?= 1 # Vult depends on both LuaJIT and QuickJS