Pārlūkot izejas kodu

* use -iphone_os_min rather than -ios_version_min, because the former
(older) version of the parameter is still supported by current linker
versions, but the older version isn't supported by older linker
versions

git-svn-id: trunk@22954 -

Jonas Maebe 12 gadi atpakaļ
vecāks
revīzija
cf717c4b75
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/systems/t_bsd.pas

+ 1 - 1
compiler/systems/t_bsd.pas

@@ -413,7 +413,7 @@ begin
         end
       else if iPhoneOSVersionMin<>'' then
         begin
-          LinkRes.Add('-ios_version_min');
+          LinkRes.Add('-iphoneos_version_min');
           LinkRes.Add(iPhoneOSVersionMin);
         end;
     end;