소스 검색

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