You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/04/03 00:05:29 UTC

[incubator-teaclave-sgx-sdk] 14/30: Prepare sgx_unwind

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 94494d7e73d175f434fe0177686e419c39212e30
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:48:50 2020 -0700

    Prepare sgx_unwind
---
 sgx_unwind/Cargo.toml | 2 +-
 sgx_unwind/build.rs   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgx_unwind/Cargo.toml b/sgx_unwind/Cargo.toml
index bfc5abb..91bafc1 100644
--- a/sgx_unwind/Cargo.toml
+++ b/sgx_unwind/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_unwind"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["The Teaclave Authors"]
 build = "build.rs"
 repository = "https://github.com/apache/teaclave-sgx-sdk"
diff --git a/sgx_unwind/build.rs b/sgx_unwind/build.rs
index 43ec2c7..e162f09 100644
--- a/sgx_unwind/build.rs
+++ b/sgx_unwind/build.rs
@@ -64,7 +64,7 @@ fn build_libunwind(host: &str, target: &str) -> Result<(), ()> {
         "aclocal.m4",
         "INSTALL"];
     let native = native_lib_boilerplate(
-                    "sgx_unwind-1.1.1/libunwind",
+                    "sgx_unwind-0.1.1/libunwind",
                     "libunwind",
                     "unwind",
                     "src/.libs",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org