mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user