mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +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 }
|
{ Open link.res file }
|
||||||
LinkRes:=TLinkRes.Create(outputexedir+Info.ResName);
|
LinkRes:=TLinkRes.Create(outputexedir+Info.ResName);
|
||||||
|
|
||||||
if (not isdll) then
|
if (not isdll) or
|
||||||
|
(apptype=app_bundle) then
|
||||||
begin
|
begin
|
||||||
if (target_info.system in systems_darwin) then
|
if (target_info.system in systems_darwin) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user