Skip to content

Commit

Permalink
fix error when make the plugin example second time (apache#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanrong1992 authored and RMheng committed Oct 15, 2021
1 parent 1ceac58 commit 82bc640
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 82bc640

Please sign in to comment.