4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-20 21:37:22 +08:00

[libcpu] Sconscript: fix spell srror.

This commit is contained in:
ArdaFu 2018-06-04 14:23:54 +08:00
parent 099062de78
commit aa08164cb3

View File

@ -4,7 +4,7 @@ from building import *
comm = rtconfig.ARCH + '/common'
path = rtconfig.ARCH + '/' + rtconfig.CPU
AFLAGS = ''
ASFLAGS = ''
# The set of source files associated with this SConscript file.
if rtconfig.PLATFORM == 'armcc':