summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-06-04 15:56:38 +0900
committergit <svn-admin@ruby-lang.org>2024-06-04 07:50:20 +0000
commit7bc4b5f17f044afadd6899fbe0d1bbe03aa40a6d (patch)
treef165c366123997737c671daeebeb7b6120c4e207 /ext
parent8080cb709065f5985148e6b00fdb465915f8ac31 (diff)
[ruby/win32ole] Added missing extensions
https://github.com/ruby/win32ole/commit/8456e8830e
Diffstat (limited to 'ext')
-rw-r--r--ext/win32ole/win32ole.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole.gemspec b/ext/win32ole/win32ole.gemspec
index 625916ae17..425942d5a0 100644
--- a/ext/win32ole/win32ole.gemspec
+++ b/ext/win32ole/win32ole.gemspec
@@ -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