tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.8k stars 52 forks source link

kondo doesn't build on FreeBSD #70

Open yurivict opened 1 year ago

yurivict commented 1 year ago

... because many sections in the code are conditioned on target_os = "linux".

Conditions should include target_os = "freebsd".

tbillington commented 1 year ago

@yurivict would you be able to put the compiler output here? I don't have a freebsd system.

Kondo itself doesn't have any target specific code so it will be coming from one of the dependencies.