Преглед изворни кода

[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'
 comm = rtconfig.ARCH + '/common'
 path = rtconfig.ARCH + '/' + rtconfig.CPU
 path = rtconfig.ARCH + '/' + rtconfig.CPU
-AFLAGS = ''
+ASFLAGS = ''
 
 
 # The set of source files associated with this SConscript file.
 # The set of source files associated with this SConscript file.
 if rtconfig.PLATFORM == 'armcc':
 if rtconfig.PLATFORM == 'armcc':