mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-20 11:29:26 +02:00
* fpcfan copy paste error (ifdef x86_64 should be arm)
This commit is contained in:
parent
aae1e74a73
commit
151478584c
@ -51,7 +51,7 @@ endif
|
||||
ifdef X86_64
|
||||
PPC_TARGET=x86_64
|
||||
endif
|
||||
ifdef X86_64
|
||||
ifdef ARM
|
||||
PPC_TARGET=arm
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user