aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 0fa5d61..90287c9 100644
--- a/wscript
+++ b/wscript
@@ -84,12 +84,12 @@ def build(bld):
variables
'''
for e in ext.split():
- build_extension(bld, e, './ext')
+ build_extension(bld, e, 'ext')
extensions = '''
ui
units
'''
for e in extensions.split():
- build_extension(bld, e, './extensions')
+ build_extension(bld, e, 'extensions')