mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
clean extensions when making the binary gemspec
This commit is contained in:
parent
922983c03a
commit
5c9daf924e
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -55,7 +55,7 @@ end
|
|||
desc "build a binary gem #{binary_gem_name}"
|
||||
task :binary => :compile do
|
||||
gemspec = get_binary_gemspec
|
||||
|
||||
gemspec.extensions.clear
|
||||
# We don't need most things for the binary
|
||||
gemspec.files = ['lib/libv8.rb', 'ext/libv8/arch.rb', 'lib/libv8/version.rb']
|
||||
# V8
|
||||
|
|
Loading…
Reference in a new issue