Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong environment test that breaks clang++ builds.
g++ builds require extra flags rejected by clang++. The bug is that the flags are actually added unconditionally. This commit fixes the condition. See #1474
- Loading branch information