dslm4515 / CMLFS

Clang-Built Musl Linux From Scratch
MIT License
99 stars 18 forks source link

Section 2-llvmtools/10-libstdcxx - missed break-space before \" symbol #60

Closed Cerberios closed 2 years ago

Cerberios commented 2 years ago

Section 2-llvmtools/10-libstdcxx

In Line 16 --> export CARGS+="--with-gxx-include-dir=/llvmtools/include/c++/11.2.0"

Need break-space after 0 before closing " otherwise next CARGS will concatenate and configure fail

dslm4515 commented 2 years ago

Fixed in commit 4cd5bd9