diff --git a/modules/lightmapper_rd/config.py b/modules/lightmapper_rd/config.py index ecc61c2d7eb..eb565b85b90 100644 --- a/modules/lightmapper_rd/config.py +++ b/modules/lightmapper_rd/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return env.editor_build and platform not in ["android", "ios"] + return env.editor_build def configure(env): diff --git a/modules/xatlas_unwrap/config.py b/modules/xatlas_unwrap/config.py index ecc61c2d7eb..eb565b85b90 100644 --- a/modules/xatlas_unwrap/config.py +++ b/modules/xatlas_unwrap/config.py @@ -1,5 +1,5 @@ def can_build(env, platform): - return env.editor_build and platform not in ["android", "ios"] + return env.editor_build def configure(env):