Changes between Initial Version and Version 1 of Ticket #63158, comment 2
- Timestamp:
- Jul 4, 2021, 5:11:49 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63158, comment 2
initial v1 9 9 {{{ 10 10 if {${os.major} <= 16 } { 11 configure.cxxflags-append -nostdinc++ -I /opt/local/include/libcxx/v112 configure.ldflags-append -L /opt/local/lib/libcxx11 configure.cxxflags-append -nostdinc++ -I${prefix}/include/libcxx/v1 12 configure.ldflags-append -L${prefix}/lib/libcxx 13 13 } 14 14 }}}