Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
358B

  1. diff --git a/wscript b/wscript
  2. index 6b6991f..8709eef 100644
  3. --- a/wscript
  4. +++ b/wscript
  5. @@ -155,7 +155,7 @@ def build(bld):
  6. def release_tag(ctx):
  7. tag = git.tag_version(VERSION, "Release: v" + VERSION , "lvtk-")
  8. - if tag : print "Git Tag Created: " + tag
  9. + if tag : print("Git Tag Created: " + tag)
  10. def dist(ctx):
  11. z=ctx.options.ziptype