This commit is contained in:
Thomas Nagy 2012-04-21 10:22:22 +02:00
parent af2d8053cc
commit 692ab67591
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ def check_jni_headers(conf):
dir = conf.root.find_dir(conf.env.JAVA_HOME[0] + '/include')
if dir is None:
dir = conf.root.find_dir(conf.env.JAVA_HOME[0]) + '/../Headers') # think different?!
dir = conf.root.find_dir(conf.env.JAVA_HOME[0] + '/../Headers') # think different?!
if dir is None:
conf.fatal('JAVA_HOME does not seem to be set properly')