Skip to content

Commit 470ac45

Browse files
committed
Add spec.extensions
1 parent 07f401a commit 470ac45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycall.gemspec

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

3132
spec.add_development_dependency "bundler", "~> 1.13"
3233
spec.add_development_dependency "rake", "~> 10.0"

0 commit comments

Comments
 (0)