This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

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

  • Loading branch information...
Jerry (Xinyu Hou)
Jerry (Xinyu Hou) committed Nov 3, 2016
1 parent f2f4b05 commit e6ca9e417dc9b54a042345b03a114f9fac330239
Showing with 3 additions and 0 deletions.
  1. +3 −0 ext/toolchain/commands1.py
@@ -667,6 +667,9 @@ def loadConfig(self):
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")

0 comments on commit e6ca9e4

Please sign in to comment.