Changes between Initial Version and Version 1 of Ticket #58779, comment 16


Ignore:
Timestamp:
Aug 5, 2019, 3:11:57 PM (5 years ago)
Author:
Ionic (Mihai Moldovan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58779, comment 16

    initial v1  
    1 This snippet clears `${configure.sdk_version}`, yes. And yes, it does so if the selected SDK version doesn't exist. Qmake is special will use the default "macosx" SDK value in that case, i.e., figure out which SDK to use.
     1This snippet clears `${configure.sdk_version}`, yes. And yes, it does so if the selected SDK version doesn't exist. Qmake is special and will use the default "macosx" SDK value in that case, i.e., figure out which SDK to use.
    22
    33Clemens's patch is fine. He's checking whether the developer dir has been determined as the CLT dir (i.e., is not the [default] Xcode developer dir, because use_xcode is false and Xcode should hence be avoided) and clears out `${configure.sdk_version}` if the requested SDK (relative to determined developer_dir) does not exist.