Changes between Initial Version and Version 1 of Ticket #44062, comment 28


Ignore:
Timestamp:
Jun 18, 2014, 7:20:10 PM (10 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44062, comment 28

    initial v1  
    1212}
    1313}}}
     14
     15Another suggestion by `Ionic`:
     16{{{
     17foreach i [lsearch -regexp -all ${configure.args}] {
     18    lreplace ${configure.args} i i [regsub {CMAKE_OSX_SYSROOT=.*} [lindex ${configure.args} i] {CMAKE_OSX_SYSROOT="/"}]
     19}
     20}}}