mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* also pass -arch parameter when creating bundles
git-svn-id: trunk@8223 -
This commit is contained in:
parent
7db1d24253
commit
881f884f4c
@ -375,7 +375,8 @@ begin
|
||||
{ Open link.res file }
|
||||
LinkRes:=TLinkRes.Create(outputexedir+Info.ResName);
|
||||
|
||||
if (not isdll) then
|
||||
if (not isdll) or
|
||||
(apptype=app_bundle) then
|
||||
begin
|
||||
if (target_info.system in systems_darwin) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user