SGX: Fix target linker used by bootstrap

This commit is contained in:
Jethro Beekman
2019-12-04 16:02:28 +01:00
parent 5f1d6c4403
commit 22d9f20f60

View File

@@ -810,6 +810,7 @@ impl Build {
!target.contains("emscripten") &&
!target.contains("wasm32") &&
!target.contains("nvptx") &&
!target.contains("fortanix") &&
!target.contains("fuchsia") {
Some(self.cc(target))
} else {