Use non-attic jpg file.
This commit is contained in:
parent
f60de6ab51
commit
4698b9393f
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def CheckJPG(context):
|
|||
context.Result("yes")
|
||||
return True
|
||||
else:
|
||||
test_program2 = context.env.Clone(TESTFILE = "attic/northlands.jpg").subst(test_program)
|
||||
test_program2 = context.env.Clone(TESTFILE = "images/dialogs/addon_manager_bg.jpg").subst(test_program)
|
||||
(result, output) = context.TryRun(test_program2, ".c")
|
||||
if result:
|
||||
context.Result("yes")
|
||||
|
|
Loading…
Add table
Reference in a new issue