mirror of https://github.com/ARMmbed/mbed-os.git
tools build: fix toolchain tuple, should be list
parent
6e59bdd64d
commit
810b0262c1
|
|
@ -424,7 +424,7 @@ def get_mbed_official_release(version):
|
||||||
tuple(
|
tuple(
|
||||||
[
|
[
|
||||||
TARGET_MAP[target].name,
|
TARGET_MAP[target].name,
|
||||||
tuple('ARM', 'GCC_ARM')
|
tuple(['ARM', 'GCC_ARM'])
|
||||||
]
|
]
|
||||||
) for target in TARGET_NAMES
|
) for target in TARGET_NAMES
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue