You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Despite not changing any CMake settings since the last successful build, 7eec2fd failed to compile on x86 with the old issue of mismatched linker arch.
I have attempted to fix it by swapping clang-cl for clang in case that did anything, however it still doesn't work.
Given the build settings had not been changed, I'm inclined to believe an action has broken since the last working commit.
Additional context
x86 presets still compile fine on my machine
The text was updated successfully, but these errors were encountered:
Describe the bug
Despite not changing any CMake settings since the last successful build, 7eec2fd failed to compile on x86 with the old issue of mismatched linker arch.
I have attempted to fix it by swapping
clang-cl
forclang
in case that did anything, however it still doesn't work.Given the build settings had not been changed, I'm inclined to believe an action has broken since the last working commit.
Additional context
x86 presets still compile fine on my machine
The text was updated successfully, but these errors were encountered: