Skip to content

Commit

Permalink
Build - remove extra compile instructions introduced to aid fast_osc …
Browse files Browse the repository at this point in the history
…which has recently been removed
  • Loading branch information
samaaron committed Mar 31, 2020
1 parent 0072678 commit 37d850b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/server/ruby/bin/compile-extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
# This file will build all native dependencies required by the vendored
# libraries. Ensure you execute this file with the specific version of
# Ruby you intend to package with Sonic Pi.

# for extensions that need rake-compiler
Dir["#{File.expand_path("../../vendor", __FILE__)}/rake-compiler-1.1.0/lib"].each do |vendor_lib|
$LOAD_PATH.unshift vendor_lib
end
require 'rake'
require (File.expand_path(File.dirname(__FILE__) + '/../vendor/rake-compiler-1.1.0/lib/rake/extensiontask'))

require 'fileutils'

require 'rbconfig'
Expand Down

0 comments on commit 37d850b

Please sign in to comment.