Debug.
[asdcplib.git] / src / wscript
index abe23184f0663f3d4b192516b68b520ee067f295..08c9bd77810076403ee886fe90a0f29789e999ba 100644 (file)
@@ -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: