cdist changes.
[libcxml.git] / cscript
diff --git a/cscript b/cscript
index 0a3f59e16ce4b0dd4dd682088d6d74a18ec18823..4fc3f4f51fc984fc71a60a30cc1df1128987bc2d 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,5 +1,5 @@
 def build(target, options):
-    cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
+    cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':
         cmd += ' --static --disable-tests'
     elif target.platform == 'windows':