From 7a487a8db0db604b21f4cfa4bca4f4bdbccc4d05 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2014 19:53:36 +0100 Subject: cdist changes. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 0a3f59e..4fc3f4f 100644 --- 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': -- cgit v1.2.3