Support combination MSVC + Ninja

This commit is contained in:
Vadim Petrochenkov
2017-02-27 23:39:16 +03:00
parent f2187093f8
commit a7c8afd28d
2 changed files with 8 additions and 8 deletions

View File

@@ -740,7 +740,7 @@ impl Build {
} else {
let base = self.llvm_out(&self.config.build).join("build");
let exe = exe("FileCheck", target);
if self.config.build.contains("msvc") {
if !self.config.ninja && self.config.build.contains("msvc") {
base.join("Release/bin").join(exe)
} else {
base.join("bin").join(exe)