File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 Flag : * flag .NewFlagSet ("gopy-bind" , flag .ExitOnError ),
3232 }
3333
34- cmd .Flag .String ("lang" , defaultPyVersion , "python version to use for bindings (python2|py2|python3|py3)" )
34+ cmd .Flag .String ("lang" , defaultPyVersion , "python version to use for bindings (python2|py2|python3|py3|cffi )" )
3535 cmd .Flag .String ("output" , "" , "output directory for bindings" )
3636 cmd .Flag .Bool ("symbols" , true , "include symbols in output" )
3737 cmd .Flag .Bool ("work" , false , "print the name of temporary work directory and do not delete it when exiting" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313)
1414
1515const (
16- defaultPyVersion = "py2 "
16+ defaultPyVersion = "cffi "
1717)
1818
1919var (
You can’t perform that action at this time.
0 commit comments