Skip to content

Commit 87c75aa

Browse files
committed
Build fix
1 parent 10618ef commit 87c75aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
f"-B{build_dir}",
6363
f"-DCUSTOM_PLUGIN_NAME={name}",
6464
f"-DCUSTOM_PLUGIN_PATH={zip_path}",
65-
f"-DCUSTOM_PLUGIN_COMPANY=\"{author}\"",
65+
f"-DCUSTOM_PLUGIN_COMPANY={author}",
6666
"-DCMAKE_BUILD_TYPE=Release",
6767
f"-DENABLE_GEM={'1' if enable_gem else '0'}",
6868
f"-DENABLE_SFIZZ={'1' if enable_sfizz else '0'}",

plugdata

0 commit comments

Comments
 (0)