mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
rollup merge of #19893: JacobEdelman/patch-1
FIxed the spelling of the word "specific".
This commit is contained in:
commit
1f2a18c7a6
@ -107,7 +107,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
|
||||
for src in target_tools:
|
||||
shutil.copy(src, target_bin_dir)
|
||||
|
||||
# Copy platform libs to platform-spcific lib directory
|
||||
# Copy platform libs to platform-specific lib directory
|
||||
target_lib_dir = os.path.join(gcc_root, "bin", "rustlib", target_triple, "lib")
|
||||
if not os.path.exists(target_lib_dir):
|
||||
os.makedirs(target_lib_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user