Skip to content

Commit

Permalink
Merge pull request #26 from ruby/extensions
Browse files Browse the repository at this point in the history
Added missing extensions
  • Loading branch information
hsbt committed Jun 4, 2024
2 parents cf46e79 + 8456e88 commit 0961972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32ole.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ Gem::Specification.new do |spec|
spec.files = IO.popen(%w[git ls-files -z --] + pathspecs, chdir: __dir__, err: IO::NULL, exception: false, &:read).split("\x0")
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.extensions = "ext/win32ole/extconf.rb"
spec.require_paths = ["lib"]
end

0 comments on commit 0961972

Please sign in to comment.