diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-21 02:04:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-21 02:04:57 +0000 |
| commit | b58f2592d1028274ab4859781d54c3eef798309f (patch) | |
| tree | 110bb99b2b45fae8b10f49eea58ef51a74803be9 /wscript | |
| parent | 178d03869e139f685538dbde9f427e164d660507 (diff) | |
Fetch supporters list from the website database.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -588,8 +588,12 @@ def configure(conf): Logs.pprint('YELLOW', '') +def download_supporters(): + os.system('curl https://dcpomatic.com/supporters.cc > build/supporters.cc') + def build(bld): create_version_cc(VERSION, bld.env.CXXFLAGS) + download_supporters() bld.recurse('src') bld.recurse('graphics') |
