Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCons: Make ninja output file consistent #96712

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

Riteo
Copy link
Contributor

@Riteo Riteo commented Sep 8, 2024

After upgrading, I noticed that the SCons ninja output had a different filename which messed up the "flaky file" logic.

This patch explicitly passes it to the tool and switches to build.ninja (ninja's default).

After upgrading, I noticed that the SCons ninja output had a different
filename which messed up the "flaky file" logic.

This patch explicitly passes it to the tool and switches to
`build.ninja` (ninja's default).
@Riteo Riteo added this to the 4.4 milestone Sep 8, 2024
@Riteo Riteo requested a review from a team as a code owner September 8, 2024 14:47
Copy link
Contributor

@Repiteo Repiteo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@akien-mga akien-mga changed the title Build: make ninja output file consistent SCons: Make ninja output file consistent Sep 8, 2024
@akien-mga akien-mga merged commit d0c9023 into godotengine:master Sep 8, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants