Skip to content

Commit

Permalink
commented out references to rs-libc
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenpo committed Aug 11, 2022
1 parent a0ebc05 commit ad1c868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ path = "wasm3-sys"
package = "wasm3-sys"
default-features = false

[target.x86_64-fortanix-unknown-sgx.dependencies]
rs-libc = "0.2.3"
#[target.x86_64-fortanix-unknown-sgx.dependencies]
#rs-libc = "0.2.3"

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#![deny(rust_2018_idioms)]

// Required explicitly to force inclusion at link time.
#[cfg(target_env = "sgx")]
#[allow(unused_extern_crates)]
extern crate rs_libc;
// #[cfg(target_env = "sgx")]
// #[allow(unused_extern_crates)]
// extern crate rs_libc;

use std::{
any::Any,
Expand Down

0 comments on commit ad1c868

Please sign in to comment.