Changes between Version 2 and Version 3 of Ticket #44062, comment 28


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44062, comment 28

    v2 v3  
    1515Another suggestion by `Ionic`:
    1616{{{
    17 foreach i [lsearch -regexp -all ${configure.args}] {
     17foreach i [lsearch -regexp -all ${configure.args} {CMAKE_OSX_SYSROOT=.*}] {
    1818    lreplace ${configure.args} ${i} ${i} [regsub {CMAKE_OSX_SYSROOT=.*} [lindex ${configure.args} ${i}] {CMAKE_OSX_SYSROOT="/"}]
    1919}