X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=b6c2c6bfb8e2fadce737df7b03f6a9dd48d79334;hb=8a8a3be84c9684fd20530c22542d4b4e2d2ecd3b;hp=c6599a6bd26e015d2c71a176c60b293b6c573e42;hpb=bdbab8dfdb3508faa33d88293de705e866b720a9;p=dcpomatic.git diff --git a/wscript b/wscript index c6599a6bd..b6c2c6bfb 100644 --- a/wscript +++ b/wscript @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.43' +VERSION = '2.11.48' def options(opt): opt.load('compiler_cxx') @@ -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')