Skip to content

Commit 49f4aec

Browse files
committed
Update toolchain settings to use MBED_ prefix
1 parent 40c3ac4 commit 49f4aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ def get_env(self):
11841184
compilers = ['ARM', 'GCC_ARM', 'IAR']
11851185
for c in compilers:
11861186
if self.get_cfg(c+'_PATH'):
1187-
env[c+'_PATH'] = self.get_cfg(c+'_PATH')
1187+
env['MBED_'+c+'_PATH'] = self.get_cfg(c+'_PATH')
11881188

11891189
return env
11901190

0 commit comments

Comments
 (0)