1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-15 20:54:52 -04:00

Fix path lookups on Windows

This commit is contained in:
2019-09-19 23:17:31 -04:00
parent dd5662124b
commit 67a24a35d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
use cmake::Config;
use dunce::canonicalize;
use std::env;
use std::fs::canonicalize;
use std::path::{Path, PathBuf};
pub enum LinkType {