diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-23 01:00:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-23 01:00:58 +0000 |
| commit | 855f2061bd2b85a8cfbffd915250474131b4da16 (patch) | |
| tree | 6bd6b8630eb76ba7c13710034abdcb65176c409a | |
| parent | dbf7df2aef3d36907cb7479e154c1bd5e7f35367 (diff) | |
And again.
| -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('CFLAGS', ['-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) |
