sphair / ClanLib

ClanLib is a cross platform C++ toolkit library.
Other
344 stars 76 forks source link

Fix compilation error with ARM and musl libc #69

Closed doughdemon closed 8 years ago

doughdemon commented 8 years ago

Fix two compilation errors when using the musl c library (http://musl-libc.org) on linux. The fix for ARM could alternatively be done by changing the macros in detect_cpu_ext.cpp.