浏览代码

Android build fixes.

woollybah 10 年之前
父节点
当前提交
571ebc2337
共有 2 个文件被更改,包括 2 次插入0 次删除
  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"
 ?