Skip to content

onionmasq-mobile: make buildable on non-Android platforms

eta requested to merge eta/onionmasq:no-cfg into main

Conditional compilation and dependencies were overused slightly, resulting in the project not being buildable unless you were targeting Android. This is useful to have, though (so you can use e.g. cargo check in the workspace), so fix some small things preventing this.

Merge request reports