Skip to content

Commit

Permalink
Avoid PlatformIO "prompts" for SmartAnthill Cloud Compiler // Resolve #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 10, 2015
1 parent 6058f9d commit faa33fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions smartanthill/cc/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ def append_define(self, name, value=None):

def run(self):
newenvs = dict(
PIOENVS_DIR=self.pioenvs_dir,
PIOSRCBUILD_FLAGS=self._get_srcbuild_flags()
PLATFORMIO_SETTING_ENABLE_PROMPTS="false",
PLATFORMIO_ENVS_DIR=self.pioenvs_dir,
PLATFORMIO_SRCBUILD_FLAGS=self._get_srcbuild_flags()
)

output = utils.getProcessOutput(
Expand Down

0 comments on commit faa33fb

Please sign in to comment.