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
cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`or `__EMSCRIPTEN__`, also does not accept cl style flag `-?`, fallback to treating it as GNU");
cargo_output.print_warning(&"Compiler family detection failed since it does not define `__clang__`, `__GNUC__`, `__EMSCRIPTEN__` or `__VXWORKS__`, also does not accept cl style flag `-?`, fallback to treating it as GNU");
182
183
Err(Error::new(
183
184
ErrorKind::ToolFamilyMacroNotFound,
184
-
"Expects macro `__clang__`, `__GNUC__` or `__EMSCRIPTEN__`, or accepts cl style flag `-?`, but found none",
185
+
"Expects macro `__clang__`, `__GNUC__` or `__EMSCRIPTEN__`, `__VXWORKS__` or accepts cl style flag `-?`, but found none",
0 commit comments