diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-05-25 18:11:11 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-05-25 09:11:35 +0000 |
| commit | 3026a2f4e9f1b68a4fab6d933110b60f78a6c86a (patch) | |
| tree | 79604ccc2f45e3f24948e2bd6fda296a75c7243f | |
| parent | 5ade6be7773b4162cfa9b19168077270914dd662 (diff) | |
[ruby/nkf] Added mission extension configuration
https://github.com/ruby/nkf/commit/e627a39dff
| -rw-r--r-- | ext/nkf/nkf.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/nkf/nkf.gemspec b/ext/nkf/nkf.gemspec index 92ab0f22fe..097a9485ed 100644 --- a/ext/nkf/nkf.gemspec +++ b/ext/nkf/nkf.gemspec @@ -31,4 +31,5 @@ Gem::Specification.new do |spec| spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + spec.extensions = ["ext/nkf/extconf.rb"] end |
