diff options
author | David Robillard <d@drobilla.net> | 2011-03-03 15:57:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-03 15:57:18 +0000 |
commit | fead3b45b7472dd0ae51bc14596885fc9b31431e (patch) | |
tree | 4c5857a2ee697ef1165ec7ad1cd7fd575ffc0942 /wscript | |
parent | ed392a733e2b478492aa6dd256fe0bcf7d38fbbe (diff) | |
download | suil-fead3b45b7472dd0ae51bc14596885fc9b31431e.tar.gz suil-fead3b45b7472dd0ae51bc14596885fc9b31431e.tar.bz2 suil-fead3b45b7472dd0ae51bc14596885fc9b31431e.zip |
Fix Python3 compatibility.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3036 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ def configure(conf): autowaf.display_msg(conf, "Qt4 Support", bool(conf.env['HAVE_QT4'])) - print + print() def build(bld): # C Headers |