Skip to content

Commit 4f94de6

Browse files
authored
Don't override host when checking supported flags.
1 parent 8209fdc commit 4f94de6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ impl Build {
417417
cfg.flag(flag)
418418
.target(&target)
419419
.opt_level(0)
420-
.host(&target)
421420
.debug(false)
422421
.cpp(self.cpp)
423422
.cuda(self.cuda);

0 commit comments

Comments
 (0)