Skip to content

Commit

Permalink
Ensure rtti is always enabled
Browse files Browse the repository at this point in the history
Godot relies on dynamic_casts, extensions require RTTI
  • Loading branch information
Spartan322 committed Feb 27, 2025
1 parent 97f5040 commit c0caa02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env = SConscript("scripts/SConstruct")

env.PrependENVPath("PATH", os.getenv("PATH"))

env["disable_rtti"] = False
opts = env.SetupOptions()

env.FinalizeOptions()
Expand Down

0 comments on commit c0caa02

Please sign in to comment.