Revert "cmake: adding KICAD_MACOSX_APP_BUNDLE option"

This reverts commit ea9f960cc1.

Reverted for updates as this currently breaks kicad-mac-builder
This commit is contained in:
Seth Hillbrand
2022-01-31 15:57:56 -08:00
parent 88a58803ca
commit 098e8f7d9b
27 changed files with 57 additions and 94 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ bool SCRIPTING::scriptingSetup()
wxSetEnv( wxT( "PATH" ), kipython );
}
#endif
#elif defined( __MACOSX_APP__ )
#elif defined( __WXMAC__ )
// Add default paths to PYTHONPATH
wxString pypath;