Changes between Initial Version and Version 1 of Ticket #56991, comment 33
- Timestamp:
- Sep 21, 2019, 1:06:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56991, comment 33
initial v1 1 1 Basically can’t we just use {{{configure.ldflags-delete}}} and have that remove the offending flag. 2 3 4 Not near my system but I would assume; 5 {{{ 6 if {${configure.sdkroot} ne ""} { 7 configure.ldflags-delete -isysroot${configure.sdkroot} 8 } 9 }}} 10 Should cover it?