diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-16 16:47:59 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-21 13:32:56 +0200 |
| commit | 23eeaa571b9fba754a1c56ce5b5478307fc0ebc0 (patch) | |
| tree | 6c8abdbb7cddb6c8b0e3789ebe85171b591aed6e | |
| parent | fb590ee75cc7cb5fc71d7ef5efc405e0dbecad19 (diff) | |
| download | mullvadvpn-23eeaa571b9fba754a1c56ce5b5478307fc0ebc0.tar.xz mullvadvpn-23eeaa571b9fba754a1c56ce5b5478307fc0ebc0.zip | |
Fix build error on non iOS platforms
| -rw-r--r-- | talpid-tunnel-config-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-tunnel-config-client/Cargo.toml b/talpid-tunnel-config-client/Cargo.toml index 18eb9342d0..cce1aa86b0 100644 --- a/talpid-tunnel-config-client/Cargo.toml +++ b/talpid-tunnel-config-client/Cargo.toml @@ -41,4 +41,4 @@ cbindgen = { version = "0.24.3", default-features = false } oslog = "0.2" [lib] -crate-type = ["staticlib"] +crate-type = ["staticlib", "rlib"] |
