From 9b7b9de0e5e8bfe49ad9e02474eb9ddd5d7dacd5 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Thu, 17 Mar 2022 10:24:47 +1100 Subject: Add action map editor for OpenXR --- modules/openxr/SCsub | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/openxr/SCsub') diff --git a/modules/openxr/SCsub b/modules/openxr/SCsub index 32cab1bef1..d5df33b261 100644 --- a/modules/openxr/SCsub +++ b/modules/openxr/SCsub @@ -83,5 +83,9 @@ if env["vulkan"]: env.modules_sources += module_obj +if env["tools"]: + SConscript("editor/SCsub") + # Needed to force rebuilding the module files when the thirdparty library is updated. env.Depends(module_obj, thirdparty_obj) + -- cgit v1.2.3