SGX: Fix target linker used by bootstrap
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user