pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
533 stars 248 forks source link

Teewords build error #86

Open Alexious-sh opened 6 years ago

Alexious-sh commented 6 years ago

I'm using latest Android SDK and NDK r16b. Tried to build with these commands:

But get an error:

`Building teeworlds_srv for armeabi-v7a src/engine/shared/network.cpp In file included from src/base/system.h:11:0, from src/engine/shared/network.cpp:3: src/base/detect.h:88:22: fatal error: endian.h: No such file or directory

include

                  ^

compilation terminated. AndroidPreBuild.sh returned with error`

But endian.h file is present on NDK includes folder.