Преглед на файлове

[libcpu] Sconscript: fix spell srror.

ArdaFu преди 7 години
родител
ревизия
aa08164cb3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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':