Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed May 8, 2022
1 parent 05369e4 commit 1c8d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html-parser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLI_OUT := cli-test/target/release/cli-test

PLUGIN_SRC_DIR := plugin/src
PLUGIN_SRC := $(wildcard $(PLUGIN_SRC_DIR)/*.rs)
PLUGIN_OUT := $(CWD)/plugin/target/release/libplugin.so
PLUGIN_OUT := $(CWD)/../target/release/libplugin.so
PLUGIN_OUT_FINAL := $(CWD)/../build/linux-x86_64/libplugin.so

.PHONY: all wasm plugin cli
Expand Down

0 comments on commit 1c8d9c8

Please sign in to comment.