Skip to content

Commit 17d5324

Browse files
committed
build: patch netwatch to compile on Android in debug mode
1 parent ff426d2 commit 17d5324

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ opt-level = "z"
3131
codegen-units = 1
3232
strip = true
3333

34+
[patch.crates-io]
35+
netwatch = { git = "https://github.com/n0-computer/net-tools.git", branch = "main" }
36+
3437
[dependencies]
3538
deltachat_derive = { path = "./deltachat_derive" }
3639
deltachat-time = { path = "./deltachat-time" }

0 commit comments

Comments
 (0)