diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-08 22:07:47 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-08 22:07:47 +0000 |
| commit | 68e66d7f29a05e0d856323157f0226fdef7dcbd6 (patch) | |
| tree | 7f718ce843858372787c95ccad9958a2caf274fa /src/wscript | |
| parent | 66c0aeea73cf00ba71d650eaf8aa7dc614bc6f3f (diff) | |
Try to fix build wrt previous commit.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index a4cf349f9..f3a6a8c7b 100644 --- a/src/wscript +++ b/src/wscript @@ -1,4 +1,5 @@ def configure(conf): + conf.recurse('tools') if not conf.env.DISABLE_GUI: conf.recurse('wx') |
