Skip to content

Commit 7d203c9

Browse files
committed
Update latest JOGL
1 parent bb2fe62 commit 7d203c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ task default: %i[compile install_jogl gem test]
1010
# depends on installed processing, with processing on path
1111
desc 'Copy Jars'
1212
task :install_jogl do
13-
# Temporarily load jogl-2.4.0-rc from a local directory
14-
jogl24 = File.join(ENV['HOME'], 'jogl24')
13+
# Temporarily load jogl-2.4.0-rc2021011 from a local directory
14+
jogl24 = File.join(ENV['HOME'], 'jogl2.4-rc2021011')
1515
opengl = Dir.entries(jogl24).grep(/amd64|macosx-universal/)
1616
opengl.concat %w[jogl-all.jar gluegen-rt.jar]
1717
opengl.each do |gl|

0 commit comments

Comments
 (0)