Skip to content

Commit

Permalink
Do not package strscan in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Aug 22, 2024
1 parent 4f47cad commit a7478ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
f.puts "path = File.expand_path('../..', __FILE__)"

Dir["bundle/ruby/**/lib"].each do |dir|
f.puts %Q[$:.unshift "\#{path}/#{dir}"] unless dir.include? 'racc'
f.puts %Q[$:.unshift "\#{path}/#{dir}"] unless dir.include? 'racc' or dir.include? 'strscan'
end
end

Expand Down

0 comments on commit a7478ea

Please sign in to comment.