summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-24 23:05:11 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-24 23:05:11 +0100
commitd7a07b98f5b740921e9d7555740e05801ebfc1fc (patch)
tree0f873a25a25d0e030cf33a8e22e09944e3eded2d /src/wscript
parent6acc7a2579c7842d8031aee29fb5fa1e015747fa (diff)
Tinkering.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 2ddd90f5c..88b11de7a 100644
--- a/src/wscript
+++ b/src/wscript
@@ -2,9 +2,11 @@ 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')