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

mssun pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new 758540a  fix error when make the plugin example second time (#42)
758540a is described below

commit 758540a74c4dd2449836502adc66a4847dbce9f0
Author: BruceFan <[email protected]>
AuthorDate: Tue Sep 14 01:39:26 2021 +0800

    fix error when make the plugin example second time (#42)
---
 examples/supp_plugin-rs/plugin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/supp_plugin-rs/plugin/Makefile 
b/examples/supp_plugin-rs/plugin/Makefile
index f1a004a..bb39fe0 100644
--- a/examples/supp_plugin-rs/plugin/Makefile
+++ b/examples/supp_plugin-rs/plugin/Makefile
@@ -38,6 +38,6 @@ all: host
 
 host:
        @cargo build --target $(TARGET) --release
-       mv $(CURDIR)/target/$(TARGET)/release/lib$(NAME).so 
$(CURDIR)/target/$(TARGET)/release/$(PLUGIN_UUID).plugin.so 
+       cp $(CURDIR)/target/$(TARGET)/release/lib$(NAME).so 
$(CURDIR)/target/$(TARGET)/release/$(PLUGIN_UUID).plugin.so 
 clean:
        @cargo clean

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to