mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix accidental nested directory in lib
This commit is contained in:
parent
1dd8b16e12
commit
c10ddf8594
1 changed files with 1 additions and 0 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue