summaryrefslogtreecommitdiff
path: root/cscript
blob: 0457ebbff6995e62786425112044a911fed4fe94 (plain)
1
2
3
4
5
6
7
release_targets = ['source']

def build(dep_prefix, install_prefix):
    command("""CXXFLAGS=-I%s/include LINKFLAGS=-L%s/lib PKG_CONFIG_PATH=%s/lib/pkgconfig
               ./waf configure --static-openjpeg --static-libdcp --prefix=%s build install""" % (dep_prefix, dep_prefix, dep_prefix, install_prefix))