Skip to content

Commit

Permalink
Fix bug in wscript
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed May 9, 2018
1 parent 6b1d67d commit 2923a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/c/j2k/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def build(bld):
source=j2kSources,
export_includes=j2kIncludes,
env=env.derive(), path=bld.path,
use='nitf-c J2K' + j2kLayer)
use='nitf-c J2K ' + j2kLayer)

# install j2k lib
if env['install_libs']:
Expand Down

0 comments on commit 2923a42

Please sign in to comment.