瀏覽代碼

Added plaftorm specific include path.

woollybah 5 年之前
父節點
當前提交
d5040b7585
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sdl.mod/sdl.bmx

+ 1 - 1
sdl.mod/sdl.bmx

@@ -68,7 +68,7 @@ ModuleInfo "CC_OPTS: -I/usr/lib64/dbus-1.0/include"
 Import "include/linuxx64/*.h"
 ?raspberrypi
 ModuleInfo "LD_OPTS: -L%PWD%/lib/raspberrypi"
-ModuleInfo "CC_OPTS: -I/usr/include/dbus-1.0"
+ModuleInfo "CC_OPTS: -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include/"
 
 Import "include/raspberrypi/*.h"
 ?android