Changes between Version 1 and Version 2 of Ticket #56396, comment 7


Ignore:
Timestamp:
May 3, 2018, 2:42:06 PM (6 years ago)
Author:
AlexanderplUs (Alexander Ushakov)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56396, comment 7

    v1 v2  
    1 The main problem is that by default libtool.m4 has a suggestion in it that compilation must have MACOSX_DEPLOYMENT_TARGET and if it isn't found script works as if it is "10.0". But in my case there is an IPHONEOS_DEPLOYMENT_TARGET instead of MACOSX_DEPLOYMENT_TARGET. I think it'll be better to remove default value for MACOSX_DEPLOYMENT_TARGET or add check for IPHONEOS_DEPLOYMENT_TARGET in {{{libtool.m4 }}} section:
     1The main problem is that by default libtool.m4 has a suggestion in it that compilation must have MACOSX_DEPLOYMENT_TARGET and if it isn't found script works as if it is "10.0". But in my case there is an IPHONEOS_DEPLOYMENT_TARGET instead of MACOSX_DEPLOYMENT_TARGET (see https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html). I think it'll be better to remove default value for MACOSX_DEPLOYMENT_TARGET or add check for IPHONEOS_DEPLOYMENT_TARGET in {{{libtool.m4 }}} section:
    22{{{
    33case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in