Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMeans committed Oct 7, 2019
1 parent a6f5d69 commit 75022cb
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 @@ -56,7 +56,7 @@ def build(bld):
j2k_nitf_tests = ['test_j2k_nitf']
for t in j2k_nitf_tests:
bld.program_helper(dir='tests', source='%s.c' % t,
use='nitf-c j2k-c ' + j2kLayer,
use='nitf-c j2k-c J2K ' + j2kLayer,
name=t, target=t, lang='c', env=env.derive())

bld(features='add_targets', target='j2k-tests',
Expand Down

0 comments on commit 75022cb

Please sign in to comment.