Skip to content

Commit 838c0b6

Browse files
committed
Fix building export templates
1 parent 76b6755 commit 838c0b6

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
@@ -223,3 +223,6 @@ if env["builtin_bullet"]:
223223

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

0 commit comments

Comments
 (0)