Skip to content

Commit

Permalink
Add new version of waf (1.9.5) (#479, fixes #163)
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Nov 10, 2016
1 parent 50540a4 commit d9c2461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified waf
Binary file not shown.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -27,7 +27,7 @@ out = 'build'


def options(ctx):
ctx.load('compiler_cxx compiler_c')
ctx.load('compiler_cxx compiler_c python')
ctx.recurse('src')

ctx.add_option('--with-cpptests', action='store_true',
Expand Down

0 comments on commit d9c2461

Please sign in to comment.