BrainStronk / TinyEngine

A tiny game engine written in C.
Creative Commons Zero v1.0 Universal
32 stars 1 forks source link

Cross compile script #14

Closed kyx0r closed 4 years ago

kyx0r commented 4 years ago

You can also use this to compile on windows under mingw64. I have yet to test it out, but in theory should just work.

kyx0r commented 4 years ago

In the future when we will have a complete linux layer, cross compile will be supplementary.

strangezakary commented 4 years ago

👍 Seems fine for now. Like you said, this won't be needed in the future when Linux/Mac is naively supported.