<@U4CP1J0QP> There is a request for native flavor ...
# io
a
@e5l There is a request for native flavor of IO library. It seems like appropriate targets are not generated unless
idea.active
flag is set in the system. Could you explain what does it mean?
e
idea.active is true, if you’re running terminal or build from idea. Otherwise it’s false
btw, it looks like only macos flavor is enabled by default.
a
I do not see even macos artifact.
e
It will appear if you’re building on the macos host.
You can add
linuxX64()
target to get native artifacts on linux.
a
Ah, ok. So is it possible to turn on native libraries compillation for linux from windos host?
I did not have time to play around with native yet
e
Hm, I’m not sure. It’s about crosscompilation.
a
OK. I see.
Now I understand why people need this flag. It takes astronomical time to build.
👌 1
k
I can be the one to play with them. My native builds are being run on Linux