Changes between Initial Version and Version 1 of Ticket #59360, comment 5


Ignore:
Timestamp:
Oct 17, 2019, 1:00:17 PM (5 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59360, comment 5

    initial v1  
    1212I could add
    1313{{{
    14 build.args-append \
     14build.env-append \
    1515configure.cflags-append   -isysroot${configure.sdkroot} \
    1616configure.ldflags-append  -isysroot${configure.sdkroot}
     
    2828True, I could just add;
    2929{{{
    30 build.args-append \
     30build.env-append \
    3131configure.cflags-append   -isysroot${configure.sdkroot} \
    3232configure.ldflags-append  -isysroot${configure.sdkroot}
     
    4747I could always use the above patch and add
    4848{{{
    49 build.args-append \
     49build.env-append \
    5050configure.cflags-append   -isysroot${configure.sdkroot} \
    5151configure.ldflags-append  -isysroot${configure.sdkroot}