소스 검색

* fpcfan copy paste error (ifdef x86_64 should be arm)

marco 21 년 전
부모
커밋
151478584c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/Makefile.fpc

+ 1 - 1
compiler/Makefile.fpc

@@ -51,7 +51,7 @@ endif
 ifdef X86_64
 PPC_TARGET=x86_64
 endif
-ifdef X86_64
+ifdef ARM
 PPC_TARGET=arm
 endif