Skip to content

Commit 22d9f20

Browse files
author
Jethro Beekman
committed
SGX: Fix target linker used by bootstrap
1 parent 5f1d6c4 commit 22d9f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ impl Build {
810810
!target.contains("emscripten") &&
811811
!target.contains("wasm32") &&
812812
!target.contains("nvptx") &&
813+
!target.contains("fortanix") &&
813814
!target.contains("fuchsia") {
814815
Some(self.cc(target))
815816
} else {

0 commit comments

Comments
 (0)