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

Disable dependency file generation #1554

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

johnpanos
Copy link
Contributor

@johnpanos johnpanos commented Nov 13, 2024

The build fails on cmake v3.31.0, as it starts defaulting CMAKE_${LANG}_LINKER_DEPFILE_SUPPORTED to TRUE by default. Having that set to TRUE will make cmake add --dependency-file to the linker flags, however ld64 in cctools does not support this flag, causing the build to break.

This PR disables dependency file generation to match the previous behavior.

johnpanos and others added 2 commits November 13, 2024 09:20
This is because ld64 in cctools does not support --dependency-file flag
@CuriousTommy CuriousTommy merged commit d210844 into darlinghq:master Nov 13, 2024
@CuriousTommy
Copy link
Contributor

Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants