tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.85k stars 320 forks source link

fix(wrapper): inject libc++ when sdk version >= 11.1 #314

Open troian opened 2 years ago

troian commented 2 years ago

fixes #313

Signed-off-by: Artur Troian troian.ap@gmail.com

hu13 commented 2 years ago

@tpoechtrager i am wondering if you can review this fix please when you have some time? thanks.

tpoechtrager commented 1 year ago

Clang should be adding -lc++. There must be something wrong with the compiler.