mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
* Fixed build for ARM targets.
git-svn-id: trunk@13142 -
This commit is contained in:
parent
c6253d5bd7
commit
187a145358
@ -100,7 +100,7 @@ implementation
|
||||
|
||||
|
||||
const
|
||||
{$ifdef i386}
|
||||
{$ifndef x86_64}
|
||||
res_gnu_windres_info : tresinfo =
|
||||
(
|
||||
id : res_gnu_windres;
|
||||
@ -111,8 +111,7 @@ implementation
|
||||
resourcefileclass : nil;
|
||||
resflags : [];
|
||||
);
|
||||
{$endif i386}
|
||||
{$ifdef x86_64}
|
||||
{$else x86_64}
|
||||
res_win64_gorc_info : tresinfo =
|
||||
(
|
||||
id : res_win64_gorc;
|
||||
|
Loading…
Reference in New Issue
Block a user