Skip to content

Commit

Permalink
fix(common): add proper configure output for hextobin
Browse files Browse the repository at this point in the history
This change fixes a dependency problem when building Core. Previously
this failed on a clean source tree because hextobin was missing
dependencies but didn't run its `configure` action if the top-level
`node_modules` folder did already exist.
  • Loading branch information
ermshiperete committed Sep 17, 2024
1 parent 86feb8c commit 17912a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tools/hextobin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"

builder_describe "Build hextobin" clean configure build
builder_describe_outputs \
configure /node_modules \
configure /common/tools/hextobin/node_modules/commander \
build /common/tools/hextobin/build/index.js

builder_parse "$@"
Expand Down

0 comments on commit 17912a5

Please sign in to comment.