Skip to content

Commit

Permalink
Check WITH_VTERM env to add vterm gem as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Apr 3, 2021
1 parent 7562cf3 commit 27b689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'test-unit'
is_unix = RUBY_PLATFORM =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
spec.add_development_dependency 'vterm', '>= 0.0.5' if is_unix
spec.add_development_dependency 'vterm', '>= 0.0.5' if is_unix && ENV['WITH_VTERM']
spec.add_development_dependency 'yamatanooroti', '>= 0.0.6'
end

0 comments on commit 27b689a

Please sign in to comment.