summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-21 02:04:57 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-21 02:04:57 +0000
commitb58f2592d1028274ab4859781d54c3eef798309f (patch)
tree110bb99b2b45fae8b10f49eea58ef51a74803be9 /wscript
parent178d03869e139f685538dbde9f427e164d660507 (diff)
Fetch supporters list from the website database.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 93781451a..215b5bb91 100644
--- a/wscript
+++ b/wscript
@@ -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')