Open Smjert opened 5 years ago
Right now the build and install it's only triggered if libc++.a is missing, but since we are building also libc++abi and libunwind, but their install steps are separate commands, we should trigger the build if any of those are missing.
This seems like a nice-to-have enhancement.
Right now the build and install it's only triggered if libc++.a is missing, but since we are building also libc++abi and libunwind, but their install steps are separate commands, we should trigger the build if any of those are missing.