diff options
author | Sven Gothel <[email protected]> | 2014-02-17 05:03:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-17 05:03:54 +0100 |
commit | 46cc6ebfb2f53daebceb9a36b553ff01af56999f (patch) | |
tree | d9c971b5041346d3636dc25f82266b826df85a2f /make/config | |
parent | aeb5cb8f1de47841cca328227faff0d4ccbb97c5 (diff) |
build.xml: Don't re-generate source (gluegen) if CLAbstractImpl_JNI.c uptodate (use java.generate.skip); Put native code on gensrc/native/jocl
Diffstat (limited to 'make/config')
-rw-r--r-- | make/config/cl-common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/cl-common.cfg b/make/config/cl-common.cfg index d89643b9..8e1adf16 100644 --- a/make/config/cl-common.cfg +++ b/make/config/cl-common.cfg @@ -1,5 +1,5 @@ JavaOutputDir gensrc/java -NativeOutputDir gensrc/native +NativeOutputDir gensrc/native/jocl Package com.jogamp.opencl.llb |