From 6da141cf4717903a979c80a5bc0a70ef354013b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Apr 2013 20:39:50 +0100 Subject: cscript must build statically. --- cscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index f5590c55..f0e28128 100644 --- a/cscript +++ b/cscript @@ -1,6 +1,7 @@ release_targets = ['source'] def build(prefix): - 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)) + 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)) -- cgit v1.2.3