mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
dtoolbase: fix x86 compilation error on Android
This commit is contained in:
parent
0b087ecf92
commit
403e56817a
@ -17,7 +17,7 @@
|
|||||||
#include "dtoolbase.h"
|
#include "dtoolbase.h"
|
||||||
#include "selectThreadImpl.h"
|
#include "selectThreadImpl.h"
|
||||||
|
|
||||||
#if (defined(__i386__) || defined(_M_IX86)) && !defined(__APPLE__)
|
#if (defined(__i386__) || defined(_M_IX86)) && !defined(__APPLE__) && !defined(__ANDROID__)
|
||||||
|
|
||||||
#include "numeric_types.h"
|
#include "numeric_types.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user