mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:09:20 +02:00
* clean up of previous fix
git-svn-id: trunk@8177 -
This commit is contained in:
parent
4b62d5e43d
commit
661c2eba37
@ -366,7 +366,8 @@ begin
|
||||
|
||||
if (not isdll) then
|
||||
begin
|
||||
if target_info.system in [system_powerpc_darwin,system_i386_darwin,system_powerpc64_darwin,system_x86_64_darwin] Then
|
||||
if (target_info.system in systems_darwin) then
|
||||
begin
|
||||
LinkRes.Add('-arch');
|
||||
case target_info.system of
|
||||
system_powerpc_darwin:
|
||||
@ -379,6 +380,7 @@ begin
|
||||
LinkRes.Add('x86_64');
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
{ Write path to search libraries }
|
||||
HPath:=TCmdStrListItem(current_module.locallibrarysearchpath.First);
|
||||
while assigned(HPath) do
|
||||
|
Loading…
Reference in New Issue
Block a user