osxcross icon indicating copy to clipboard operation
osxcross copied to clipboard

Question. Cross Compiling on ubuntu to macos.

Open rdcm opened this issue 3 years ago • 0 comments

Hi!

I'm very new for build native C/C++ sources but i have little part for my C# lib written in C and need automate build process. I want use osxcross for cross compiling dylib on ubuntu build agent.

After reading readme file I little bit confused, could you describe minimum setup for my goal?

Includes used in my lib:

    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <sys/select.h>
    #include <unistd.h>

Thanks

rdcm avatar Apr 26 '21 20:04 rdcm