Skip to content

Commit f000517

Browse files
committed
--nojruby is no longer required for some sketches
1 parent 75a1659 commit f000517

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/jruby_art/runner.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,9 @@ def show_help
164164

165165
# Trade in this Ruby instance for a JRuby instance, loading in a starter
166166
# script and passing it some arguments. Unless '--nojruby' is passed, the
167-
# installed version of jruby is used instead of our vendored jarred one
168-
# (which is required for some sketches eg shaders). To use
167+
# installed version of jruby is used instead of our vendored one. To use
169168
# jruby-complete by default set JRUBY: false in ~/.jruby_art/config.yml
170-
# (but that will make using other gems in your sketches hard....)
169+
# (however that might make using other gems in your sketches hard....)
171170
def spin_up(starter_script, sketch, args)
172171
runner = "#{K9_ROOT}/lib/jruby_art/runners/#{starter_script}"
173172
@options.nojruby = true if Processing::RP_CONFIG['JRUBY'] == 'false'

0 commit comments

Comments
 (0)