Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
revert to previous path for vendored-sources directory entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed May 8, 2018
1 parent 15c77c3 commit 6a5747e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,10 @@ fn sync(workspaces: &[Workspace],
}

// add our vendored source
let dir = config.cwd().join(local_dst);
let mut config = BTreeMap::new();
config.insert("vendored-sources".to_string(), VendorSource::Directory {
directory: canonical_local_dst,
directory: dir.to_path_buf(),
});

// replace original sources with vendor
Expand Down

0 comments on commit 6a5747e

Please sign in to comment.