Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward all potentially relevant CMake flags to ExternalProject
Previously, flags such as CMAKE_SYSROOT and CMAKE_C_FLAGS_INIT were not forwarded to ExternalProject, which lead to subtle build issues with Bazel's rules_foreign_cc. This commit also ensures that all C/CXX flags are used for the 32 bit build. Previously, these flags were overridden by the single flag `-m32`.
- Loading branch information