mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 08:31:21 +00:00
fix windows linking and appveyor build (#166)
This commit is contained in:
@ -10,7 +10,6 @@ use libc::{clockid_t, time as libc_time};
|
||||
type clockid_t = c_int;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
#[link(name = "c")]
|
||||
extern "C" {
|
||||
#[link_name = "time"]
|
||||
pub fn libc_time(s: *const time_t) -> time_t;
|
||||
|
Reference in New Issue
Block a user