|
@@ -539,6 +539,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|
} else if (I->get() == "--build-solutions") { // Build the scripting solution such C#
|
|
} else if (I->get() == "--build-solutions") { // Build the scripting solution such C#
|
|
|
|
|
|
auto_build_solutions = true;
|
|
auto_build_solutions = true;
|
|
|
|
+ editor = true;
|
|
#endif
|
|
#endif
|
|
} else if (I->get() == "--no-window") { // disable window creation, Windows only
|
|
} else if (I->get() == "--no-window") { // disable window creation, Windows only
|
|
|
|
|