diff options
author | Kenneth Russel <[email protected]> | 2006-08-03 22:29:48 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-08-03 22:29:48 +0000 |
commit | 58b0fe2e8d6c225085e157ee3756ac39928c8de2 (patch) | |
tree | 3153f5b3daac5388b710f201cecbaa32f8538907 /make | |
parent | a81208760031b1f1c7affe58c9237b755bd61173 (diff) |
Fixed Cg-related build breakage on all platforms after introduction of
com.sun.gluegen.runtime.NativeLibLoader class
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@873 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rwxr-xr-x | make/cg-common-CustomJavaCode.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/cg-common-CustomJavaCode.java b/make/cg-common-CustomJavaCode.java index 63afdb65d..1f109d9f6 100755 --- a/make/cg-common-CustomJavaCode.java +++ b/make/cg-common-CustomJavaCode.java @@ -1,5 +1,5 @@ static { - NativeLibLoader.loadCgImpl(); + com.sun.opengl.impl.NativeLibLoader.loadCgImpl(); } /** A convenience method which reads all available data from the InputStream and then calls cgCreateProgram. */ |