We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e55fdf commit f8e68f6Copy full SHA for f8e68f6
src/secp256k1/build-aux/m4/ax_jni_include_dir.m4
@@ -65,6 +65,7 @@ else
65
_JTOPDIR=`echo "$_ACJNI_FOLLOWED" | sed -e 's://*:/:g' -e 's:/[[^/]]*$::'`
66
fi
67
68
+if test x$cross_compiling != xyes; then
69
case "$host_os" in
70
darwin*) # Apple Java headers are inside the Xcode bundle.
71
macos_version=$(sw_vers -productVersion | sed -n -e 's/^@<:@0-9@:>@*.\(@<:@0-9@:>@*\).@<:@0-9@:>@*/\1/p')
@@ -78,6 +79,7 @@ case "$host_os" in
78
79
;;
80
*) _JINC="$_JTOPDIR/include";;
81
esac
82
+fi
83
_AS_ECHO_LOG([_JTOPDIR=$_JTOPDIR])
84
_AS_ECHO_LOG([_JINC=$_JINC])
85
0 commit comments