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
I guess this is LLVM/clang asking to be concise. If vendor/spirv_reflect.c is C, omit C++ flags. If it is C++, rename it to vendor/spirv_reflect.cpp. But that's just a guess.
The text was updated successfully, but these errors were encountered:
Trying to compile the examples for
bevy
on macOS I getspirv-reflect
failing:os: macOS 10.15.6
compiler: Apple clang 11.0.3
I guess this is LLVM/clang asking to be concise. If
vendor/spirv_reflect.c
is C, omit C++ flags. If it is C++, rename it tovendor/spirv_reflect.cpp
. But that's just a guess.The text was updated successfully, but these errors were encountered: