Skip to content
Snippets Groups Projects
Commit 0dcfa096 authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Prefer python2 in generator/protoc-gen-nanopb.

Update issue 155
Status: FixedInGit
parent 47e744f3
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@
# --plugin= on the command line.
MYPATH=$(dirname "$0")
PYTHON=$(which python2 || which python)
exec python "$MYPATH/nanopb_generator.py" --protoc-plugin
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