Browse Source

Android build fixes.

woollybah 10 years ago
parent
commit
571ebc2337
2 changed files with 2 additions and 0 deletions
  1. 1 0
      sdl.mod/sdl.bmx
  2. 1 0
      sdlfreeaudio.mod/sdlfreeaudio.bmx

+ 1 - 0
sdl.mod/sdl.bmx

@@ -60,6 +60,7 @@ Import "include/raspberrypi/*.h"
 ?android
 ModuleInfo "CC_OPTS: -DGL_GLEXT_PROTOTYPES"
 
+Import "include/android/*.h"
 Import "SDL/include/*.h"
 ?emscripten
 ModuleInfo "CC_OPTS: -DUSING_GENERATED_CONFIG_H"

+ 1 - 0
sdlfreeaudio.mod/sdlfreeaudio.bmx

@@ -48,6 +48,7 @@ Import "../../sdl.mod/sdl.mod/include/linuxx64/*.h"
 Import "../../sdl.mod/sdl.mod/include/raspberrypi/*.h"
 
 ?android
+Import "../../sdl.mod/sdl.mod/include/android/*.h"
 Import "../../sdl.mod/sdl.mod/SDL/include/*.h"
 ?