Skip to content

Commit

Permalink
Merge pull request godotengine#102730 from matheusmdx/fix-scu-build-w…
Browse files Browse the repository at this point in the history
…ith-dev-build

Remove problematic file from SCU
  • Loading branch information
akien-mga committed Feb 11, 2025
2 parents 9ac02cc + 269c377 commit ad9abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scu_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def generate_scu_files(max_includes_per_scu):
process_folder(["modules/openxr"], ["register_types"])
process_folder(["modules/openxr/action_map"])
process_folder(["modules/openxr/editor"])
process_folder(["modules/openxr/extensions"])
# process_folder(["modules/openxr/extensions"]) # Sensitive include order for platform code.
process_folder(["modules/openxr/scene"])
process_folder(["modules/godot_physics_2d"])
process_folder(["modules/godot_physics_3d"])
Expand Down

0 comments on commit ad9abe8

Please sign in to comment.