Changes between Initial Version and Version 1 of Ticket #56991, comment 33


Ignore:
Timestamp:
Sep 21, 2019, 1:06:45 PM (5 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 33

    initial v1  
    11Basically can’t we just use {{{configure.ldflags-delete}}} and have that remove the offending flag.
     2
     3
     4Not near my system but I would assume;
     5{{{
     6if {${configure.sdkroot} ne ""} {
     7configure.ldflags-delete -isysroot${configure.sdkroot}
     8}
     9}}}
     10Should cover it?