1
0
Fork 0

Merge pull request #107635 from akien-mga/scons-xatlas-lightmapper-mobile-editors

SCons: Enable `lightmapper` and `xatlas_unwrap` modules on Android and iOS editors
This commit is contained in:
Thaddeus Crews 2025-06-18 18:14:08 -05:00
commit 88064d8b12
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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):