osquery / osquery-toolchain

A LLVM-based toolchain for Linux designed to build a portable osquery
Other
38 stars 22 forks source link

The build_compiler_libs step should depend on all the libraries presence #7

Open Smjert opened 5 years ago

Smjert commented 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.

theopolis commented 5 years ago

This seems like a nice-to-have enhancement.