aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/llb/impl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-11 03:13:08 +0200
committerSven Gothel <[email protected]>2014-07-11 03:13:08 +0200
commit0253aaf391faeed95b45fe92ff76fa71041eb511 (patch)
tree64f76a6904e01b9e60617a34428f681197aa41cb /src/com/jogamp/opencl/llb/impl
parent76f64660f4bf9532ea5c9e00d3eac2ad4c9d998b (diff)
Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0
Adapt to GlueGen commit f5c48efcf546ba4e08e197ccced6df83b57e1755
Diffstat (limited to 'src/com/jogamp/opencl/llb/impl')
-rw-r--r--src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java b/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java
index 8c4dcc60..59bb0723 100644
--- a/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java
+++ b/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java
@@ -52,7 +52,7 @@ public final class CLDynamicLibraryBundleInfo implements DynamicLibraryBundleInf
if( TempJarCache.isInitialized() ) {
// only: jocl.jar -> jocl-natives-<os.and.arch>.jar
- JNILibLoaderBase.addNativeJarLibs(new Class<?>[] { CLDynamicLibraryBundleInfo.class }, null );
+ JNILibLoaderBase.addNativeJarLibs(new Class<?>[] { jogamp.opencl.Debug.class }, null );
}
return null;
}