Sfoglia il codice sorgente

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

marco 21 anni fa
parent
commit
151478584c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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