diff options
author | Sven Gothel <[email protected]> | 2015-11-15 05:08:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-11-15 05:08:01 +0100 |
commit | ff6079a7409f97188d1dde707ad356afcba5ed14 (patch) | |
tree | 9bdd266f656a32ac8f4e7b306ddfd6035be013f1 /src | |
parent | edd9720fbb570e0fe177cc41d3612084ea8a7b17 (diff) |
Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac
Diffstat (limited to 'src')
-rw-r--r-- | src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java b/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java index 4f3e682..b48cb47 100644 --- a/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java +++ b/src/com/jogamp/opencl/llb/impl/CLDynamicLibraryBundleInfo.java @@ -96,6 +96,16 @@ public final class CLDynamicLibraryBundleInfo implements DynamicLibraryBundleInf } @Override + public final boolean searchToolLibInSystemPath() { + return true; + } + + @Override + public final boolean searchToolLibSystemPathFirst() { + return true; + } + + @Override public final List<List<String>> getToolLibNames() { final List<List<String>> libNamesList = new ArrayList<List<String>>(); |