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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56396, comment 7

    initial v1  
    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 IPHONEOS_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. 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