Skip to content

Commit

Permalink
fix error when make the plugin example second time (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanrong1992 authored Sep 13, 2021
1 parent 7668004 commit 758540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/supp_plugin-rs/plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 758540a

Please sign in to comment.