Skip to content

Commit 4b4eb8a

Browse files
authored
Merge pull request rust-lang#545 from ankane/lgamma-r-msvc2
2 parents a61823f + 1f809e0 commit 4b4eb8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

+2-1
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)