Skip to content

Commit 37d850b

Browse files
committed
Build - remove extra compile instructions introduced to aid fast_osc which has recently been removed
1 parent 0072678 commit 37d850b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/server/ruby/bin/compile-extensions.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
# This file will build all native dependencies required by the vendored
1616
# libraries. Ensure you execute this file with the specific version of
1717
# Ruby you intend to package with Sonic Pi.
18-
19-
# for extensions that need rake-compiler
20-
Dir["#{File.expand_path("../../vendor", __FILE__)}/rake-compiler-1.1.0/lib"].each do |vendor_lib|
21-
$LOAD_PATH.unshift vendor_lib
22-
end
23-
require 'rake'
24-
require (File.expand_path(File.dirname(__FILE__) + '/../vendor/rake-compiler-1.1.0/lib/rake/extensiontask'))
25-
2618
require 'fileutils'
2719

2820
require 'rbconfig'

0 commit comments

Comments
 (0)