Update description of build options

Commit 93683d0021 changed the default build
options but did not update their description.
This commit is contained in:
Marcus A 2018-07-21 08:10:24 +02:00 committed by Maciej Suminski
parent cd3d4b106a
commit 0dcc26f866
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ option( USE_WX_OVERLAY
"Use wxOverlay: Always ON for MAC (default OFF). Warning, this is experimental" )
option( KICAD_SCRIPTING
"Build the Python scripting support inside KiCad binaries (default OFF)."
"Build the Python scripting support inside KiCad binaries (default ON)."
ON )
option( KICAD_SCRIPTING_MODULES
@ -68,7 +68,7 @@ option( KICAD_SCRIPTING_MODULES
ON )
option( KICAD_SCRIPTING_WXPYTHON
"Build wxPython implementation for wx interface building in Python and py.shell (default OFF)."
"Build wxPython implementation for wx interface building in Python and py.shell (default ON)."
ON )
option( KICAD_SCRIPTING_ACTION_MENU