From 3d88bdfd57f4f8a1a716ec0f7f7ab9438af9299d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Apr 2013 20:42:20 +0100 Subject: Fix build method. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index f0e28128..0457ebbf 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ release_targets = ['source'] -def build(prefix): +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""" % (prefix, prefix, prefix, prefix)) + ./waf configure --static-openjpeg --static-libdcp --prefix=%s build install""" % (dep_prefix, dep_prefix, dep_prefix, install_prefix)) -- cgit v1.2.3