mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05:00
Fix path lookups on Windows
This commit is contained in:
parent
dd5662124b
commit
67a24a35d8
@ -11,6 +11,7 @@ build = "build.rs"
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.51"
|
bindgen = "0.51"
|
||||||
cmake = "0.1"
|
cmake = "0.1"
|
||||||
|
dunce = "1.0.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
static = []
|
static = []
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
use cmake::Config;
|
use cmake::Config;
|
||||||
|
use dunce::canonicalize;
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::fs::canonicalize;
|
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
|
|
||||||
pub enum LinkType {
|
pub enum LinkType {
|
||||||
|
Loading…
Reference in New Issue
Block a user