Don't define NO_EDITOR_SPLASH in export templates
This commit is contained in:
@ -20,7 +20,7 @@ env_main.CommandNoCache(
|
||||
env.Run(main_builders.make_splash),
|
||||
)
|
||||
|
||||
if not env_main["no_editor_splash"]:
|
||||
if env_main.editor_build and not env_main["no_editor_splash"]:
|
||||
env_main.Depends("#main/splash_editor.gen.h", "#main/splash_editor.png")
|
||||
env_main.CommandNoCache(
|
||||
"#main/splash_editor.gen.h",
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
#include "editor/project_manager.h"
|
||||
#include "editor/register_editor_types.h"
|
||||
|
||||
#ifndef NO_EDITOR_SPLASH
|
||||
#if defined(TOOLS_ENABLED) && !defined(NO_EDITOR_SPLASH)
|
||||
#include "main/splash_editor.gen.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user