Skip to content

Commit e30acd2

Browse files
committed
SCons: Enable lightmapper and xatlas_unwrap modules on Android and iOS editors
Fixes #94297. Fixes #107398.
1 parent 46c495c commit e30acd2

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)