max.cruz
02/05/2020, 11:10 AMSystem.getProperty("os.name")
to identify the target, so it supposes that it would be needed to use the same OS. Is there some example that you can recommend me about how to set up the project properly for cross-compile?Artyom Degtyarev [JB]
02/05/2020, 11:25 AMcinterop
block for example, should be specified per target. Linux can be targeted from OSX host with no issues, so you can just add linuxX64 { }
target as in the documentation.
The problem is that you should specify cinterop there for the second time.max.cruz
02/05/2020, 11:35 AM