Skip to content

Commit b4613ab

Browse files
committed
Fix building export templates
1 parent 3ae1ab5 commit b4613ab

File tree

13 files changed

+140
-1265
lines changed

13 files changed

+140
-1265
lines changed

modules/bullet_physics/SCsub

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,6 @@ if env["builtin_bullet"]:
222222

223223
# Bullet Physics ECS
224224
env_bullet.add_source_files(env.modules_sources, "*.cpp")
225+
226+
if env_bullet.editor_build:
227+
env_bullet.add_source_files(env.modules_sources, "editor/*.cpp")

0 commit comments

Comments
 (0)