diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-02 00:46:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-02 00:46:18 +0100 |
| commit | 7f029e724dc021c4a4751a393bf11f46ebfd5de4 (patch) | |
| tree | a0af53971967eef94d14a47e189251404944c610 /cscript | |
| parent | 009e07f1afe3290dabaf389c6b2909fee9e6fa2e (diff) | |
cdist updates.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ import os def dependencies(target): - return (('libcxml', '911c706'), ('openjpeg-cdist', '13b69c2')) + return (('libcxml', '7a487a8'), ('openjpeg-cdist', '5d8bffd')) 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': |
