SCons: Enable lightmapper and xatlas_unwrap modules on Android and iOS editors
Fixes #94297. Fixes #107398.
This commit is contained in:
parent
46c495ca21
commit
e30acd2be8
2 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue