mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
parent
c52668a0ed
commit
b38a7fb852
@ -595,7 +595,7 @@ begin
|
||||
// TargetCPU
|
||||
s := UpperCase(CPUTarget);
|
||||
Scanner.AddDefine('CPU'+s);
|
||||
if (s='x86_64') then
|
||||
if (s='X86_64') then
|
||||
Scanner.AddDefine('CPU64')
|
||||
else
|
||||
Scanner.AddDefine('CPU32');
|
||||
|
Loading…
Reference in New Issue
Block a user