diff options
author | David Robillard <d@drobilla.net> | 2018-01-03 18:49:13 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-03 18:49:13 -0500 |
commit | ca56a238d3f6119ea880c4751b4aa97b584aed3c (patch) | |
tree | 8a1257c9c19a654f00e86416d5043523d2af91b6 | |
parent | ff5aa9481b91cbe7f4497b2e6608cec4e643289e (diff) | |
download | suil-ca56a238d3f6119ea880c4751b4aa97b584aed3c.tar.gz suil-ca56a238d3f6119ea880c4751b4aa97b584aed3c.tar.bz2 suil-ca56a238d3f6119ea880c4751b4aa97b584aed3c.zip |
Fix configuration with Python 3
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -399,7 +399,6 @@ def lint(ctx): "-readability-else-after-return," + "-readability-implicit-bool-cast\" " + "$(find .. -name '*.c' -or -name '*.cpp' -or -name '*.mm')") - print cmd subprocess.call(cmd, cwd='build', shell=True) def release(ctx): |