aboutsummaryrefslogtreecommitdiff
path: root/nearby/presence/ldt_np_adv_ffi/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nearby/presence/ldt_np_adv_ffi/.cargo/config.toml')
-rw-r--r--nearby/presence/ldt_np_adv_ffi/.cargo/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nearby/presence/ldt_np_adv_ffi/.cargo/config.toml b/nearby/presence/ldt_np_adv_ffi/.cargo/config.toml
new file mode 100644
index 0000000..430406b
--- /dev/null
+++ b/nearby/presence/ldt_np_adv_ffi/.cargo/config.toml
@@ -0,0 +1,9 @@
+[target.aarch64-apple-darwin]
+rustflags = [
+ "-lSystem",
+]
+
+[target.x86_64-apple-darwin]
+rustflags = [
+ "-lSystem",
+] \ No newline at end of file