From f954897960e43b487fd36264e2ca550f02571ec9 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Mon, 26 Sep 2022 16:59:55 +0200 Subject: [PATCH] Adjust go build to link with missing simbols on osx --- waku-sys/Cargo.toml | 3 +++ waku-sys/vendor | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml index 0200d9f..5239a44 100644 --- a/waku-sys/Cargo.toml +++ b/waku-sys/Cargo.toml @@ -3,6 +3,9 @@ name = "waku-sys" version = "0.1.0" edition = "2021" +[lib] +crate-type = ["rlib"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/waku-sys/vendor b/waku-sys/vendor index b6ff038..5b42c98 160000 --- a/waku-sys/vendor +++ b/waku-sys/vendor @@ -1 +1 @@ -Subproject commit b6ff0386129fcbc34c04f08ac45ea3e19cfd3e44 +Subproject commit 5b42c98780fe938ff79c54229aa80cdd47a17568