diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-07 00:01:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-07 00:01:27 +0000 |
| commit | bbb40798ca846edc18a26d396cc9b066c085b8fd (patch) | |
| tree | 8eec57377aacb7512bbc8a40a22999705c58331c /wscript | |
| parent | 8df09c2ea6db672a6a0efecd62af5b8d9cc19dcf (diff) | |
| parent | 7fd57a4523af7f59037d03f78aee727987932094 (diff) | |
Merge branch 'direct-mxf' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic into direct-mxf
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -89,7 +89,8 @@ def configure(conf): conf.check_cfg(package = 'sndfile', args = '--cflags --libs', uselib_store = 'SNDFILE', mandatory = True) conf.check_cfg(package = 'glib-2.0', args = '--cflags --libs', uselib_store = 'GLIB', mandatory = True) - conf.check_cfg(package = 'liblzma', args = '--cflags --libs', uselib_store = 'LZMA', mandatory = True) + if conf.options.target_windows is False: + conf.check_cfg(package = 'liblzma', args = '--cflags --libs', uselib_store = 'LZMA', mandatory = True) conf.check_cfg(package = '', path = 'Magick++-config', args = '--cppflags --cxxflags --libs', uselib_store = 'MAGICK', mandatory = True) if conf.options.static: |
