Skip to content

Commit

Permalink
Merge pull request #306 from ruby/pr-495c519369efba3f8e68a3e3eb54b55b…
Browse files Browse the repository at this point in the history
…28e5c93d

build: Rename build_system -> build
  • Loading branch information
kateinoigakukun authored Nov 15, 2023
2 parents 7da79a9 + e029660 commit 4fc94c1
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace :build do

desc "Download prebuilt Ruby"
task :download_prebuilt, :tag do |t, args|
require "ruby_wasm/build_system/downloader"
require "ruby_wasm/build/downloader"

release =
if args[:tag]
Expand Down
6 changes: 6 additions & 0 deletions lib/ruby_wasm/build.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require_relative "build/build_params"
require_relative "build/product"
require_relative "build/toolchain"

module RubyWasm
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions lib/ruby_wasm/build_system.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/ruby_wasm/rake_task.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "rake/tasklib"
require_relative "./build_system"
require_relative "./build"

class RubyWasm::BuildTask < ::Rake::TaskLib
# Name of the task.
Expand Down

0 comments on commit 4fc94c1

Please sign in to comment.