1
0
Fork 0
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:
Charles Lowell 2012-07-01 23:10:13 -05:00
parent 922983c03a
commit 5c9daf924e

View file

@ -55,7 +55,7 @@ end
desc "build a binary gem #{binary_gem_name}" desc "build a binary gem #{binary_gem_name}"
task :binary => :compile do task :binary => :compile do
gemspec = get_binary_gemspec gemspec = get_binary_gemspec
gemspec.extensions.clear
# We don't need most things for the binary # We don't need most things for the binary
gemspec.files = ['lib/libv8.rb', 'ext/libv8/arch.rb', 'lib/libv8/version.rb'] gemspec.files = ['lib/libv8.rb', 'ext/libv8/arch.rb', 'lib/libv8/version.rb']
# V8 # V8