Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix issues when use linux-sgx as cmake subdirectory #166

Merged
merged 1 commit into from
Feb 17, 2020

Conversation

jxiao1
Copy link
Contributor

@jxiao1 jxiao1 commented Feb 17, 2020

  1. Remove the copy of libvmlib.a and libextlib.a to ../enclave_example,
    which doesn't exist in other project.
  2. Use default SGX_SDK path to avoid "source $SGX_SDK/environment".

Signed-off-by: Junxian.Xiao junxian.xjx@antfin.com

1. Remove the copy of libvmlib.a and libextlib.a to ../enclave_example,
   which doesn't exist in other project.
2. Use default SGX_SDK path to avoid "source $SGX_SDK/environment".

Signed-off-by: Junxian.Xiao <junxian.xjx@antfin.com>
@xwang98 xwang98 merged commit 9514b67 into bytecodealliance:master Feb 17, 2020
wenyongh referenced this pull request in wenyongh/wasm-micro-runtime Feb 17, 2020
Fix issues when use linux-sgx as cmake subdirectory (#166)
wenyongh pushed a commit that referenced this pull request Feb 18, 2020
1. Remove the copy of libvmlib.a and libextlib.a to ../enclave_example,
   which doesn't exist in other project.
2. Use default SGX_SDK path to avoid "source $SGX_SDK/environment".

Signed-off-by: Junxian.Xiao <junxian.xjx@antfin.com>
wenyongh referenced this pull request in wenyongh/wasm-micro-runtime Feb 18, 2020
Fix issues when use linux-sgx as cmake subdirectory (#166)
lum1n0us pushed a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Jul 28, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cannot copy libraries when use linux-sgx as subdirectory in other projects
2 participants