浏览代码

* 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