Fix issue with JASPER not being installed (MAC OS issue)

This commit is contained in:
Shahram Najm 2016-05-24 17:25:51 +01:00
parent 5beceb0b97
commit 3c5f05d752
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ add_attribute = lambda **args: [list.append(attdict[key],value) for key,value in
# extra_objects = os.path.join(build_dir, 'src', '.libs', 'libeccodes.a')
#)
with_jasper = '@LIB_JASPER@'
with_jasper = @LIB_JASPER@
if with_jasper:
jasper_dir = '@JASPER_DIR@'
if jasper_dir and jasper_dir != 'system':