diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-25 14:08:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-25 14:08:59 +0100 |
| commit | c982ff2fe7a956a79c4e935d78ed6b2c37752d75 (patch) | |
| tree | 6e3ad04f567e2944b47ef0fe10eccc24200b8c6b /wscript | |
| parent | 6bdf59318f3329fde249e37c48751d1e7a592a97 (diff) | |
More build fixes.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -159,6 +159,9 @@ def configure(conf): else: conf.check_cfg(package='libcurl', args='--cflags --libs', uselib_store='CURL', mandatory=True) + # libicu + conf.check_cfg(package='icu-io', args='--cflags --libs', uselib_store='ICU', mandatory=True) + # libsndfile conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True) |
