diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-08 12:45:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-21 16:41:14 +0000 |
| commit | eb0bdad79aa8a8b32e7d23149cf0a0c8f1dfd380 (patch) | |
| tree | 019f1bdb72ba3feb13d71cac32e2505711d472f4 /wscript | |
| parent | 46659619edffe56bc814d6c49a057db22a117194 (diff) | |
Various build fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -394,7 +394,7 @@ def configure(conf): conf.find_program('msgfmt', var='MSGFMT') # Check for headers of poznan JPEG2000 encoding library - conf.check(header_name="poznan/config/parameters.h") + conf.check(header_name="poznan-jpeg2k-cth/config/parameters.h") datadir = conf.env.DATADIR if not datadir: |
