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

fix: Fixes to buildinfo queries #4150

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Feb 12, 2024

  • Make sure clang variants are before clang and things that might emulate gcc are before gcc.
  • Use the right symbol for detecting ICC
  • Capitalize __linux__ correctly, oops.

* Make sure clang variants are before clang and things that might
  emulate gcc are before gcc.
* Use the right symbol for detecting ICC
* Capitalize `__linux__` correctly, oops.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz
Copy link
Collaborator Author

lgritz commented Feb 20, 2024

I believe this can't break anything and fixes what is definitely an error.

No objections -> merging.

@lgritz lgritz merged commit 92a9b4d into AcademySoftwareFoundation:master Feb 20, 2024
24 of 25 checks passed
lgritz added a commit to lgritz/OpenImageIO that referenced this pull request Feb 20, 2024
* Make sure clang variants are before clang and things that might
emulate gcc are before gcc.
* Use the right symbol for detecting ICC
* Capitalize `__linux__` correctly, oops.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz lgritz deleted the lg-compiler branch February 20, 2024 01:46
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.

1 participant