Browse Source

Don't build for raspberrypi.

woollybah 5 years ago
parent
commit
cb58162486
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glmax2d.mod/glmax2d.bmx

+ 1 - 1
glmax2d.mod/glmax2d.bmx

@@ -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 opengles And Not nx
+?Not opengles And Not nx And Not raspberrypi
 
 Import BRL.Max2D
 Import BRL.GLGraphics