Let's try to remove the !ANDROID ifdef I suppose

This commit is contained in:
twinaphex 2018-02-07 05:49:33 +01:00
parent ba35d29541
commit 72f97fe712

View File

@ -82,7 +82,7 @@ FONTS
#include "../deps/glslang/glslang/glslang/OSDependent/Windows/ossource.cpp"
#endif
#if defined(__linux__) && !defined(ANDROID)
#if defined(__linux__)
#include "../deps/glslang/glslang/glslang/OSDependent/Unix/ossource.cpp"
#endif
#endif