Skip to content

Commit 10618ef

Browse files
committed
Fix compilation problem
1 parent 0953a51 commit 10618ef

1 file changed

Lines changed: 1 addition & 1 deletion

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'}",

0 commit comments

Comments
 (0)