commit/goldwave: josephsl: SConstruct: If build var change is detected, manifest will be modified (fix from Jamie Teh from Nv Access)

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Thu, 25 Aug 2016 07:09:47 -0000

1 new commit in goldwave:

https://bitbucket.org/nvdaaddonteam/goldwave/commits/a6fe080faf2b/
Changeset:   a6fe080faf2b
Branch:      master
User:        josephsl
Date:        2016-08-25 06:54:22+00:00
Summary:     SConstruct: If build var change is detected, manifest will be 
modified (fix from Jamie Teh from Nv Access)

Affected #:  1 file

diff --git a/sconstruct b/sconstruct
index b77cfe6..c28510b 100755
--- a/sconstruct
+++ b/sconstruct
@@ -167,6 +167,8 @@ env.Depends(mergePot, i18nFiles)
 
 # Generate Manifest path
 manifest = env.NVDAManifest(os.path.join("addon", "manifest.ini"), 
os.path.join("manifest.ini.tpl"))
+# Ensure manifest is rebuilt if buildVars is updated.
+env.Depends(manifest, "buildVars.py")
 
 env.Depends(addon, manifest)
 env.Default(addon)

Repository URL: https://bitbucket.org/nvdaaddonteam/goldwave/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/goldwave: josephsl: SConstruct: If build var change is detected, manifest will be modified (fix from Jamie Teh from Nv Access) - commits-noreply