Changes between Version 2 and Version 3 of Ticket #56991, comment 29
- Timestamp:
- Oct 7, 2019, 4:45:59 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56991, comment 29
v2 v3 1 as I'm thinking about this, about a year ago Jeremy and I had a conversation about this. The issue here is that the command 2 {{{ 3 append_to_environment_value configure "LDFLAGS" -Wc,-isysroot,${configure.sdkroot} 4 }}} 5 is correct. `db48`'s libtool is not supposed to be changing the flag to redirect -isysroot to the linker. 6 7 I think I had a bit that forced `db48`'s libtool to do the right thing somewhere. 1 Edit - no longer relevant.