Skip to content

Commit 1f0a719

Browse files
authored
Merge pull request rust-lang#545 from ankane/lgamma-r-msvc2
2 parents 248b68a + d4477f8 commit 1f0a719

File tree

1 file changed

+2
-1
lines changed
  • library/compiler-builtins/src

1 file changed

+2
-1
lines changed

library/compiler-builtins/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ pub mod int;
5050
all(target_arch = "xtensa", target_os = "none"),
5151
all(target_arch = "mips", target_os = "none"),
5252
target_os = "xous",
53-
all(target_vendor = "fortanix", target_env = "sgx")
53+
all(target_vendor = "fortanix", target_env = "sgx"),
54+
target_env = "msvc"
5455
))]
5556
pub mod math;
5657
pub mod mem;

0 commit comments

Comments
 (0)