mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
integrate with mac build system and add skeleton
This commit is contained in:
parent
271dfc0d2b
commit
c689c0bd8c
3 changed files with 29 additions and 13 deletions
|
@ -9,7 +9,7 @@ fn main() {
|
|||
|
||||
let package_name = env::var("CARGO_PKG_NAME").unwrap();
|
||||
let output_file = target_dir()
|
||||
.join(format!("{}.hpp", package_name))
|
||||
.join(format!("{}.h", package_name))
|
||||
.display()
|
||||
.to_string();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue