@@ -3,6 +3,8 @@
//#define DEBUG_THREADS
+#ifndef __EMSCRIPTEN__
+
//***** Common *****
int _bbNeedsLock;
@@ -444,3 +446,5 @@ int bbAtomicAdd( volatile int *p,int incr ){
}
#endif
+#endif // __EMSCRIPTEN__
@@ -33,7 +33,7 @@ ModuleInfo "History: Ripped out a bunch of dead code"
ModuleInfo "History: 1.05 Release"
ModuleInfo "History: Added checks to prevent invalid textures deletes"
-?Not linuxarm
+?Not opengles
Import BRL.Max2D
Import BRL.GLGraphics