Fix use of variable I had tidied out
This commit is contained in:
@@ -627,7 +627,7 @@ if jni_dep.found() and javac.found() and jar.found()
|
|||||||
)
|
)
|
||||||
else
|
else
|
||||||
target_summary += { 'JNI library': false }
|
target_summary += { 'JNI library': false }
|
||||||
if not have_jni
|
if not jni_dep.found()
|
||||||
message('Not building Java Native Interface: jni.h header not found')
|
message('Not building Java Native Interface: jni.h header not found')
|
||||||
else
|
else
|
||||||
message('Not building Java Native Interface: Java compiler not found')
|
message('Not building Java Native Interface: Java compiler not found')
|
||||||
|
|||||||
Reference in New Issue
Block a user