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

qmake5 PortGroup: improve sdk detection #14914

Merged
merged 1 commit into from May 22, 2022

Conversation

kencu
Copy link
Contributor

@kencu kencu commented May 21, 2022

  • hide output from sdk-finding command

the xcrun command is supposed to fail if the specific
sdk macosx${configure.sdk_version} is not found. However,
this error shows up on user's screens causing considerable
confusion about what the true build error is.

  • ensure sdk macosx is found if we are going to use it

- hide output from sdk-finding command

the xcrun command is supposed to fail if the specific
sdk macosx${configure.sdk_version} is not found. However,
this error shows up on user's screens causing considerable
confusion about what the true build error is.

- ensure sdk macosx is found if we are going to use it
@macportsbot macportsbot added the by: member Created by a member with commit rights label May 21, 2022
@kencu
Copy link
Contributor Author

kencu commented May 21, 2022

I think it's right this time. I had to go learn some more tcl, specifically the ordering of the 2>@1 and > /dev/null commands had to be the other way around.

@kencu kencu merged commit fbdae6e into macports:master May 22, 2022
@kencu kencu deleted the qmake5-error-quiet branch May 22, 2022 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights
2 participants