mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Update description of build options
Commit 93683d0021c4f592f929e9785abeda9d169ba03b changed the default build options but did not update their description.
This commit is contained in:
parent
cd3d4b106a
commit
0dcc26f866
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user