diff options
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +def build(target, options): + target.command('./waf configure --without-libsndfile --prefix=%s' % target.directory) + target.command('./waf build install') + |
