Skip to content

Commit

Permalink
Merge pull request #244 from nobu/cruby-ext
Browse files Browse the repository at this point in the history
Exclude CRuby extension from JRuby gem
  • Loading branch information
nobu committed Nov 1, 2023
2 parents 46e85d7 + 9140383 commit dc53eb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions racc.gemspec
Expand Up @@ -26,8 +26,6 @@ DESC
s.files = [
"COPYING", "ChangeLog", "TODO",
"README.ja.rdoc", "README.rdoc", "bin/racc",
"ext/racc/cparse/cparse.c",
"ext/racc/cparse/extconf.rb",
"lib/racc.rb", "lib/racc/compat.rb",
"lib/racc/debugflags.rb", "lib/racc/exception.rb",
"lib/racc/grammar.rb", "lib/racc/grammarfileparser.rb",
Expand All @@ -52,5 +50,9 @@ DESC
s.platform = 'java'
else
s.extensions = ["ext/racc/cparse/extconf.rb"]
s.files.concat(%w[
ext/racc/cparse/cparse.c
ext/racc/cparse/extconf.rb
])
end
end

0 comments on commit dc53eb1

Please sign in to comment.