commit/controlUsageAssistant: 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:46 -0000

1 new commit in controlUsageAssistant:

https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/dbf36552c396/
Changeset:   dbf36552c396
Branch:      master
User:        josephsl
Date:        2016-08-25 06:58:07+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 100644
--- 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/controlusageassistant/

--

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/controlUsageAssistant: josephsl: SConstruct: If build var change is detected, manifest will be modified (fix from Jamie Teh from Nv Access) - commits-noreply