InfiniBrains / mobagen

MoBaGEn - Module Based Game Engine - Educational tool to teach game programming concepts
Apache License 2.0
66 stars 114 forks source link

SDL update #59

Closed tolstenko closed 6 years ago

tolstenko commented 6 years ago

When trying to build for android, this problem occurs. I might appears a sdl version problem.

/mobagen/dependencies/SDL/src/atomic/SDL_spinlock.c:101:2: error: Please implement for your platform.
#error Please implement for your platform.
 ^
1 error generated.
tolstenko commented 6 years ago

This might help: https://github.com/ruslo/hunter/blob/master/examples/SDL2/CMakeLists.txt Hunterized: https://github.com/hunter-packages/SDL2

tolstenko commented 6 years ago

done