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
configury: use javac -h when javah cannot be used.
If javah is not present (it has been removed from Java 10) or
not usable (/usr/bin/javah symbolic link still exists on OS X), then
use javac -h instead of javah.
Refs. #5000
Signed-off-by: Gilles Gouaillardet <[email protected]>
0 commit comments