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