diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-17 19:55:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-17 19:55:37 +0000 |
| commit | 06ab922276c2aaa443f48793e29265d308b52830 (patch) | |
| tree | b48b8c071e5da7ab364f3990c01433c53bf041d0 /src/wscript | |
| parent | 0c325ebb0588558db6310c698db53cd25c9c9835 (diff) | |
Debug.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index abe2318..08c9bd7 100644 --- a/src/wscript +++ b/src/wscript @@ -3,7 +3,9 @@ def configure(conf): # Don't include the micro version number in PACKAGE_VERSION, as # this ends up in MXFs and screws up DCP-o-matic's test references # every time it changes + print(conf.env.VERSION) s = conf.env.VERSION.split(b'.') + print(s) major_minor = '%s.%s.0' % (s[0], s[1]) conf.env.append_value('CXXFLAGS', '-DPACKAGE_VERSION="%s"' % major_minor) if conf.options.target_windows: |
