amosbird / ldb_toolchain_gen

MIT License
66 stars 21 forks source link

Create a symbolic link for g++. #5

Closed adonis0147 closed 2 years ago

adonis0147 commented 2 years ago

I think that we should create a symbolic link for g++. In my development environment, meson can't find the correct g++ after I export PATH with the ldb toolchain.

amosbird commented 2 years ago

Which version do you use? IIRC, the g++ wrapper is there in day one.

 ❯ ll /tmp/toolchain/bin/g++
.rwxr-xr-x 148 amos  7 Mar 14:50 /tmp/toolchain/bin/g++
amosbird commented 2 years ago

Ok. You were referring to c++. Yeah, it's nice to have. Merged.