Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nanopb
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
le
nanopb
Commits
0dcfa096
Commit
0dcfa096
authored
9 years ago
by
Petteri Aimonen
Browse files
Options
Downloads
Patches
Plain Diff
Prefer python2 in generator/protoc-gen-nanopb.
Update issue 155 Status: FixedInGit
parent
47e744f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generator/protoc-gen-nanopb
+1
-0
1 addition, 0 deletions
generator/protoc-gen-nanopb
with
1 addition
and
0 deletions
generator/protoc-gen-nanopb
+
1
−
0
View file @
0dcfa096
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment