Browse Source

Fixed options for multiple OpenGLES targets.

woollybah 10 years ago
parent
commit
86ffcbea98
1 changed files with 9 additions and 1 deletions
  1. 9 1
      opengles.mod/opengles.bmx

+ 9 - 1
opengles.mod/opengles.bmx

@@ -30,8 +30,16 @@ ModuleInfo "License: MIT"
 
 ModuleInfo "History: 1.00 Initial Release"
 
-?LinuxARM
+?android
 Import "-lGLESv2"
 
+Import "extern.bmx"
+?raspberrypi
+Import "-lGLESv2"
+
+Import "extern.bmx"
+?emscripten
+'Import "-lGL"
+
 Import "extern.bmx"
 ?