Skip to content
Snippets Groups Projects
Commit 3c6ace69 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed case statement in build_package_node

parent c0ad0bd4
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ for arch in {x86,x64}; do
;;
*)
node_plat=$plat
;;
esac
rm bin/*
input_dir="$EXTERNAL_GIT_ROOT/architecture=$arch,language=protoc,platform=$plat/artifacts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment