mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 06:23:11 +00:00
Added missing cargo config
This commit is contained in:
parent
a94ee694a3
commit
6a8dfd2678
4
.cargo/config.toml
Normal file
4
.cargo/config.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[build]
|
||||
# when using osx, we need to link against some golang libraries, it did just work with this missing flags
|
||||
# from: https://github.com/golang/go/issues/42459
|
||||
rustflags = ["-C", "link-args=-framework CoreFoundation -framework Security"]
|
||||
@ -1,5 +1,3 @@
|
||||
extern crate core;
|
||||
|
||||
use std::env;
|
||||
use std::env::set_current_dir;
|
||||
use std::path::PathBuf;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user