diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 20:39:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 20:39:50 +0100 |
| commit | 6da141cf4717903a979c80a5bc0a70ef354013b7 (patch) | |
| tree | 8b84d7a98a924c050fa62cecdfb4409bf85b8a37 /cscript | |
| parent | 3b1afd9479b20b0374d8fa370f82b806b4465a6d (diff) | |
cscript must build statically.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |
