Skip to content

Commit

Permalink
[Windows] Add main executable to the console wrapper dependencies to …
Browse files Browse the repository at this point in the history
…prevent simultaneous linking.
  • Loading branch information
bruvzg committed Aug 23, 2023
1 parent 6758a7f commit f37ace7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/windows/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ if env["windows_subsystem"] == "gui":
env_wrap.Append(LIBS=["version"])

prog_wrap = env_wrap.add_program("#bin/godot", common_win_wrap + res_wrap_obj, PROGSUFFIX=env["PROGSUFFIX_WRAP"])
env_wrap.Depends(prog_wrap, prog)

# Microsoft Visual Studio Project Generation
if env["vsproj"]:
Expand Down

0 comments on commit f37ace7

Please sign in to comment.