Merge.
[libcxml.git] / cscript
1
2 def build(env, target):
3     cmd = './waf configure --prefix=%s' % env.work_dir_cscript()
4     if target.platform == 'windows':
5         cmd += ' --target-windows'
6     env.command(cmd)
7     env.command('./waf build install')