Skip to content

Commit f03b001

Browse files
committed
JOGL for OSX
1 parent b64d995 commit f03b001

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
-4 Bytes
Binary file not shown.
-30 Bytes
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
set -x
22

33
cp gluegen/build/gluegen-rt-natives-macosx-universal.jar ../..
4-
cp gluegen/build/gluegen-rt.jar ../..
5-
cp jogl/build/jar/jogl-all.jar ../..
4+
# The other artifacts are copied by the Linux build.
5+
# cp gluegen/build/gluegen-rt.jar ../..
6+
# cp jogl/build/jar/jogl-all.jar ../..
67
cp jogl/build/jar/jogl-all-natives-macosx-universal.jar ../..
78

89

0 commit comments

Comments
 (0)