Skip to content

Commit

Permalink
fix build-wasm-plugins.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiantao committed Feb 8, 2025
1 parent 6afc41e commit 7a35833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hack/build-wasm-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
fi
echo "EXTRA_TAGS=${EXTRA_TAGS:-}"
# Build plugin
PLUGIN_NAME=${name} make build
PLUGIN_NAME=${name} EXTRA_TAGS=${EXTRA_TAGS:-} make build
# Clean up EXTRA_TAGS environment variable
unset EXTRA_TAGS
else
Expand Down

0 comments on commit 7a35833

Please sign in to comment.