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

compiler_rt is not being built for SDK 10.5 #289

Closed dvirtz closed 3 years ago

dvirtz commented 3 years ago

the check on https://github.com/tpoechtrager/osxcross/blob/551d192714e075f0ec23e48fead7a60b0caf565e/build_compiler_rt.sh#L173 causes the script to skip building compiler_rt for SDK < 11.0

tpoechtrager commented 3 years ago

Oh sorry, I forgot to move the else when I added another if there.