Skip to content

Commit e116ffe

Browse files
author
haruyama-makoto
committed
Add extension
1 parent 2ff22ab commit e116ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zstd-ruby.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.bindir = "exe"
3030
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]
32+
spec.extensions = ["ext/zstdruby/extconf.rb"]
3233

3334
spec.add_development_dependency "bundler", "~> 1.14"
3435
spec.add_development_dependency "rake", "~> 10.0"

0 commit comments

Comments
 (0)