Browse Source

[libcpu] Sconscript: fix spell srror.

ArdaFu 7 năm trước cách đây
mục cha
commit
aa08164cb3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libcpu/SConscript

+ 1 - 1
libcpu/SConscript

@@ -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':