Skip to content

Commit 1f809e0

Browse files
committed
Add lgamma_r and lgammaf_r to MSVC
1 parent a61823f commit 1f809e0

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)