Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip native compilation when testing bundled SDK (#185)
When testing against an `SDK` that already includes `OpenJCEPlus` there is no reason to compile the native libraries as they are already included in the runtime. We should skip the native compilation and make use of the library included in the `SDK`` itself. Signed-off-by: Jason Katonica <[email protected]>
- Loading branch information