Let's try to remove the !ANDROID ifdef I suppose
This commit is contained in:
parent
ba35d29541
commit
72f97fe712
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue