Sfoglia il codice sorgente

[libcpu] Sconscript: fix spell srror.

ArdaFu 7 anni fa
parent
commit
aa08164cb3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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':