mirror of https://github.com/ecmwf/eccodes.git
Fix issue with JASPER not being installed (MAC OS issue)
This commit is contained in:
parent
5beceb0b97
commit
3c5f05d752
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue