summaryrefslogtreecommitdiffstats
path: root/shell/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'shell/wscript')
-rw-r--r--shell/wscript7
1 files changed, 1 insertions, 6 deletions
diff --git a/shell/wscript b/shell/wscript
index 0565c4b..8d66b28 100644
--- a/shell/wscript
+++ b/shell/wscript
@@ -2,10 +2,5 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
-from waf import cmd_configure, cmd_build, spell, cmd_spell
+from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
-def configure(ctx):
- cmd_configure(ctx)
-
-def build(ctx):
- cmd_build(ctx)