#5699 load deploy target on load config so dist command is aware of it

This commit is contained in:
Jerry (Xinyu Hou) 2016-11-03 16:42:38 +00:00
parent f2f4b05c6f
commit e6ca9e417d
1 changed files with 3 additions and 0 deletions

View File

@ -667,6 +667,9 @@ class InternalCommands:
if config.has_option("hm", "macSdk"):
self.macSdk = config.get("hm", "macSdk")
if config.has_option("hm", "macDeploy"):
self.macDeploy = config.get("hm", "macDeploy")
if config.has_option("hm", "macIdentity"):
self.macIdentity = config.get("hm", "macIdentity")