We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0072678 commit 37d850bCopy full SHA for 37d850b
app/server/ruby/bin/compile-extensions.rb
@@ -15,14 +15,6 @@
15
# This file will build all native dependencies required by the vendored
16
# libraries. Ensure you execute this file with the specific version of
17
# 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
26
require 'fileutils'
27
28
require 'rbconfig'
0 commit comments