* also pass -arch parameter when creating bundles

git-svn-id: trunk@8223 -
This commit is contained in:
Jonas Maebe 2007-08-05 11:05:20 +00:00
parent 7db1d24253
commit 881f884f4c

View File

@ -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