Skip to content

Commit 69a650e

Browse files
Merge pull request #907 from jjcbsn/master
Includes app_config when starting get_config.py
2 parents 2938d40 + 0677db0 commit 69a650e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed/mbed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,6 +2727,7 @@ def compile_(toolchain=None, target=None, macro=False, profile=False,
27272727
+ ['-t', tchain, '-m', target]
27282728
+ list(chain.from_iterable(zip(repeat('--source'), source)))
27292729
+ (['-v'] if verbose else [])
2730+
+ (['--app-config', app_config] if app_config else [])
27302731
+ (list(chain.from_iterable(zip(repeat('--prefix'), config_prefix))) if config_prefix else []),
27312732
env=env)
27322733
else:

0 commit comments

Comments
 (0)