diff options
author | David Robillard <d@drobilla.net> | 2018-09-15 11:36:49 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-15 11:36:49 +0200 |
commit | bdb65b8abcc402006ddb3e90e4a44fc1d0435ca2 (patch) | |
tree | 32d9907919b909aeb6e5c12673566c798f9d3770 /wscript | |
parent | 8421272d2eadaae3bce9d6c9aa69b50967fab0e1 (diff) | |
download | pugl-bdb65b8abcc402006ddb3e90e4a44fc1d0435ca2.tar.gz pugl-bdb65b8abcc402006ddb3e90e4a44fc1d0435ca2.tar.bz2 pugl-bdb65b8abcc402006ddb3e90e4a44fc1d0435ca2.zip |
Remove test options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ out = 'build' # Build directory def options(opt): opt.load('compiler_c') opt.load('compiler_cxx') - autowaf.set_options(opt, test=True) + autowaf.set_options(opt) opt = opt.get_option_group('Configuration options') flags = { |