diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-25 03:22:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-25 03:22:16 +0100 |
| commit | 3d4faebe28da789a9083e6a2cc0b345df6c17306 (patch) | |
| tree | 0cb0cd06c838a541ae0261a3efa6caa9e4f2b919 /src/wscript | |
| parent | 26b9ae1e7700b545df4b5445a7efba412c2cbb68 (diff) | |
Some vague sort of progress.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript index 88b11de7a..2ebeba210 100644 --- a/src/wscript +++ b/src/wscript @@ -1,12 +1,10 @@ def configure(conf): conf.recurse('lib') if not conf.env.DISABLE_GUI: - conf.recurse('gtk') conf.recurse('wx') def build(bld): bld.recurse('lib') bld.recurse('tools') if not bld.env.DISABLE_GUI: - bld.recurse('gtk') bld.recurse('wx') |
