Explorar el Código

* don't try to link the Carbon framework when targeting the iPhoneSimulator

git-svn-id: trunk@20235 -
Jonas Maebe hace 13 años
padre
commit
893d010dcd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/univint/src/MacOSAll.pas

+ 1 - 1
packages/univint/src/MacOSAll.pas

@@ -11,7 +11,7 @@
 unit MacOSAll;
 interface
 
-{$ifc defined CPUPOWERPC32 or defined CPUI386}
+{$ifc (defined CPUPOWERPC32 or defined CPUI386) and not defined(iphonesim)}
 {$linkframework Carbon}
 {$elsec}
 {$linkframework CoreFoundation}