We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2fe62 commit 7d203c9Copy full SHA for 7d203c9
Rakefile
@@ -10,8 +10,8 @@ task default: %i[compile install_jogl gem test]
10
# depends on installed processing, with processing on path
11
desc 'Copy Jars'
12
task :install_jogl do
13
- # Temporarily load jogl-2.4.0-rc from a local directory
14
- jogl24 = File.join(ENV['HOME'], 'jogl24')
+ # Temporarily load jogl-2.4.0-rc2021011 from a local directory
+ jogl24 = File.join(ENV['HOME'], 'jogl2.4-rc2021011')
15
opengl = Dir.entries(jogl24).grep(/amd64|macosx-universal/)
16
opengl.concat %w[jogl-all.jar gluegen-rt.jar]
17
opengl.each do |gl|
0 commit comments