Skip to content

Commit 88064d8

Browse files
committed
Merge pull request #107635 from akien-mga/scons-xatlas-lightmapper-mobile-editors
SCons: Enable `lightmapper` and `xatlas_unwrap` modules on Android and iOS editors
2 parents 3f99c09 + e30acd2 commit 88064d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/lightmapper_rd/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def can_build(env, platform):
2-
return env.editor_build and platform not in ["android", "ios"]
2+
return env.editor_build
33

44

55
def configure(env):

modules/xatlas_unwrap/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def can_build(env, platform):
2-
return env.editor_build and platform not in ["android", "ios"]
2+
return env.editor_build
33

44

55
def configure(env):

0 commit comments

Comments
 (0)