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

* 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