Changes between Initial Version and Version 1 of Ticket #63158, comment 2


Ignore:
Timestamp:
Jul 4, 2021, 5:11:49 PM (3 years ago)
Author:
Wowfunhappy (Jonathan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63158, comment 2

    initial v1  
    99{{{
    1010if {${os.major} <= 16 } {
    11     configure.cxxflags-append -nostdinc++ -I/opt/local/include/libcxx/v1
    12     configure.ldflags-append  -L/opt/local/lib/libcxx
     11    configure.cxxflags-append -nostdinc++ -I${prefix}/include/libcxx/v1
     12    configure.ldflags-append  -L${prefix}/lib/libcxx
    1313}
    1414}}}