cmake: adding KICAD_MACOSX_APP_BUNDLE option
ADDED: with cmake KICAD_MACOSX_APP_BUNDLE option the user can disable the macOS app bundle creation when compiling on macOS. This permit to use/install KiCad like any other *nix platform (/usr/bin, /usr/share, ecc.). By default, cmake build the app bundle.
This commit is contained in:
committed by
Seth Hillbrand
parent
7277fd6218
commit
ea9f960cc1
@@ -154,7 +154,7 @@ bool SCRIPTING::scriptingSetup()
|
||||
wxSetEnv( wxT( "PATH" ), kipython );
|
||||
}
|
||||
#endif
|
||||
#elif defined( __WXMAC__ )
|
||||
#elif defined( __MACOSX_APP__ )
|
||||
|
||||
// Add default paths to PYTHONPATH
|
||||
wxString pypath;
|
||||
|
||||
Reference in New Issue
Block a user