Skip to content

Commit 5f5935e

Browse files
committed
Fix plugin copying for non-macOS
1 parent ecf7893 commit 5f5935e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575

7676
# Build all combinations of type + format
7777
for fmt in formats:
78+
if system != "Darwin" and fmt == "AU":
79+
continue
7880
target = f"plugdata_{'fx_' if is_fx else ''}{fmt}"
7981
if fmt == "Standalone":
8082
target = "plugdata_standalone"

0 commit comments

Comments
 (0)