fix accidental nested directory in lib

This commit is contained in:
Brendan Hansknecht 2022-07-05 11:12:30 -07:00
parent 1dd8b16e12
commit c10ddf8594
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -169,6 +169,7 @@ fn copy_zig_builtins_to_target_dir(bitcode_path: &Path) {
);
});
let mut options = fs_extra::dir::CopyOptions::new();
options.content_only = true;
options.overwrite = true;
fs_extra::dir::copy(&zig_src_dir, &target_profile_dir, &options).unwrap_or_else(|err| {
panic!(