You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 14be601
Author: Jon Griffiths <jon_p_griffiths@yahoo.com>
Date: Sun Jul 9 18:13:00 2017 +1200
secp: Don't fail JNI dependency checks if we can build a JNI program
Not all setups will result in JNI_INCLUDE_DIRS having a value, in
particular android builds from installed toolchain directories have
the JNI headers installed in the standard include directories.
Instead of failing if the configure macro didn't to find a directory
based on the installed java runtime, only fail if we cannot build a
JNI-using program. This works better for cross compiling and setups
where the the user wants to compile with one Java and build against
another.
This will be submitted upstream in due course.
0 commit comments