cdist changes.
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Jul 2014 18:53:36 +0000 (19:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Jul 2014 18:53:36 +0000 (19:53 +0100)
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':