Skip to content

Commit c69ec4c

Browse files
committed
Enable CLAP build, allow standalone build
1 parent 87c75aa commit c69ec4c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
# Build all combinations of type + format
8282
for fmt in formats:
8383
target = f"plugdata_{'fx_' if is_fx else ''}{fmt}"
84+
if fmt == "Standalone":
85+
target = "plugdata_standalone"
86+
8487
cmake_build = [
8588
"cmake",
8689
"--build", str(build_dir),

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "N-TILT",
44
"author": "Nasko",
55
"path": "Plugins/N-TILT.zip",
6-
"formats": ["VST3", "AU", "LV2"],
6+
"formats": ["VST3", "AU", "LV2", "CLAP"],
77
"type": "fx",
88
"enable_gem": false,
99
"enable_sfizz": false,

0 commit comments

Comments
 (0)