Skip to content

Commit

Permalink
Updated paths for rubinius-code gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 29, 2016
1 parent 90c9577 commit 6bdb060
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rakelib/kernel.rake
Expand Up @@ -223,12 +223,12 @@ namespace :compiler do

task :load => ['compiler:generate'] do
require "rubinius/bridge"
require "rubinius/toolset"
require "rubinius/code/toolset"

Rubinius::ToolSets.create :build do
require "rubinius/melbourne"
require "rubinius/processor"
require "rubinius/compiler"
require "rubinius/code/melbourne"
require "rubinius/code/processor"
require "rubinius/code/compiler"
require "rubinius/code/ast"
end

Expand Down

0 comments on commit 6bdb060

Please sign in to comment.