Open yurivict opened 1 year ago
... because many sections in the code are conditioned on target_os = "linux".
target_os = "linux"
Conditions should include target_os = "freebsd".
target_os = "freebsd"
@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.
... because many sections in the code are conditioned on
target_os = "linux"
.Conditions should include
target_os = "freebsd"
.