Skip to content

Commit

Permalink
Don't build extensions twice :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 7, 2024
1 parent 52176e2 commit e07cc53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nio4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob(['{ext,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
spec.require_paths = ['lib']

spec.extensions = ["ext/nio4r/extconf.rb"]

spec.required_ruby_version = ">= 2.4"

if defined? JRUBY_VERSION
Expand Down

0 comments on commit e07cc53

Please sign in to comment.