File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ rm -rf ${SCRIPT_DIR}/../../server/native/scsynth
29
29
cp -R ${SCRIPT_DIR} /../../../prebuilt/macos/x64/* ${SCRIPT_DIR} /../../server/native/
30
30
cd ${SCRIPT_DIR} /../../server/native/
31
31
ln -s supercollider/scsynth scsynth
32
+ mv supercollider/extra-plugins/* supercollider/plugins/
33
+ rm -rf supercollider/extra-plugins
32
34
33
35
echo " Compiling native ruby extensions..."
34
36
ruby " ${SCRIPT_DIR} /../../server/ruby/bin/compile-extensions.rb"
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ def boot_server_osx
364
364
365
365
local_scsynth_opts = {
366
366
"-i" => num_inputs ,
367
- "-U" => "#{ native_path } /supercollider/plugins/; #{ native_path } /supercollider/extra-plugins "
367
+ "-U" => "#{ native_path } /supercollider/plugins/"
368
368
}
369
369
370
370
scsynth_opts = @default_scsynth_opts . merge ( local_scsynth_opts ) . merge ( @user_scsynth_opts ) . to_a . flatten
You can’t perform that action at this time.
0 commit comments