diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-23 01:00:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-23 01:00:06 +0000 |
| commit | dbf7df2aef3d36907cb7479e154c1bd5e7f35367 (patch) | |
| tree | c9f752a6d3a0ba3b75ad03cade80a905c80090d3 /wscript | |
| parent | d461711d0c43bd74a49605571eb88be41daed581 (diff) | |
Fix previous.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ def options(opt): def configure(conf): conf.load('compiler_c') - conf.env.append_value('CCFLAGS', '-std=c99') + conf.env.append_value('CCFLAGS', ['-std=c99']) conf.check_cfg(package='libavformat', args='--cflags --libs', uselib_store='AVFORMAT', mandatory=True) conf.check_cfg(package='libavcodec', args='--cflags --libs', uselib_store='AVCODEC', mandatory=True) |
