File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,15 +353,15 @@ fn configure_cmake(builder: &Builder,
353
353
// definitely causes problems since all the env vars are pointing to
354
354
// 32-bit libraries.
355
355
//
356
- // To hack aroudn this... again... we pass an argument that's
356
+ // To hack around this... again... we pass an argument that's
357
357
// unconditionally passed in the sccache shim. This'll get CMake to
358
358
// correctly diagnose it's doing a 32-bit compilation and LLVM will
359
359
// internally configure itself appropriately.
360
360
if builder. config . llvm_clang_cl . is_some ( ) && target. contains ( "i686" ) {
361
361
cfg. env ( "SCCACHE_EXTRA_ARGS" , "-m32" ) ;
362
362
}
363
363
364
- // If ccache is configured we inform the build a little differently hwo
364
+ // If ccache is configured we inform the build a little differently how
365
365
// to invoke ccache while also invoking our compilers.
366
366
} else if let Some ( ref ccache) = builder. config . ccache {
367
367
cfg. define ( "CMAKE_C_COMPILER" , ccache)
You can’t perform that action at this time.
0 commit comments