mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Windows: Migrate godot.manifest to platform/windows
• Ensure file is included as proper dependency
This commit is contained in:
parent
ecfe34f56c
commit
d48f255074
4 changed files with 3 additions and 2 deletions
|
|
@ -79,6 +79,7 @@ if env["accesskit"] and not env.msvc:
|
|||
prog = env.add_program("#bin/godot", sources, PROGSUFFIX=env["PROGSUFFIX"])
|
||||
arrange_program_clean(prog)
|
||||
|
||||
env.Depends(prog, "godot.manifest")
|
||||
if env.msvc:
|
||||
env.Depends(prog, "godot.natvis")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue