RPi fixes
This commit is contained in:
@@ -246,7 +246,7 @@ class LinuxPlatform extends PlatformTarget {
|
||||
|
||||
if (targetFlags.exists ("rpi")) {
|
||||
|
||||
commands.push ([ "-Dlinux", "-Drpi" ]);
|
||||
commands.push ([ "-Dlinux", "-Drpi", "-DCXX=arm-linux-gnueabihf-g++", "-DHXCPP_M32", "-DHXCPP_STRIP=arm-linux-gnueabihf-strip", "-DHXCPP_AR=arm-linux-gnueabihf-ar", "-DHXCPP_RANLIB=arm-linux-gnueabihf-ranlib" ]);
|
||||
|
||||
} else {
|
||||
|
||||
@@ -373,4 +373,4 @@ class LinuxPlatform extends PlatformTarget {
|
||||
@ignore public override function uninstall ():Void {}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Submodule project/lib/openal updated: fab4412f6e...28b69bc3e6
Submodule project/lib/sdl updated: cdf66abbd5...c95abad8c3
@@ -2,7 +2,7 @@
|
||||
#define LIME_GRAPHICS_OPENGL_OPENGL_H
|
||||
|
||||
|
||||
#if defined (BLACKBERRY) || defined (ANDROID) || defined (WEBOS) || defined (GPH) || defined (RASPBERRYPI) || defined (EMSCRIPTEN)
|
||||
#if defined (BLACKBERRY) || defined (ANDROID) || defined (WEBOS) || defined (GPH) || defined (EMSCRIPTEN)
|
||||
|
||||
#define LIME_GLES
|
||||
#include <GLES2/gl2.h>
|
||||
@@ -148,4 +148,4 @@ typedef void *GLCtx;
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user