f5590c554b4e9d953a0a199c2fc765a31c1a07d2
[libdcp.git] / cscript
1 release_targets = ['source']
2
3 def build(prefix):
4     command('CXXFLAGS=-I%s/include LINKFLAGS=-L%s/lib PKG_CONFIG_PATH=%s/lib/pkgconfig ./waf configure --prefix=%s build install' % (prefix, prefix, prefix, prefix))
5
6