Add Blackberry ABI for Plugin.

This commit is contained in:
Sacha
2013-08-20 21:06:13 +10:00
parent fe729c4551
commit 6135d4f7df
+2
View File
@@ -108,6 +108,8 @@ void PluginScreen::update(InputState &input) {
abi = "armeabi";
#elif defined(ARMEABI_V7A)
abi = "armeabi-v7a";
#elif defined(BLACKBERRY)
abi = "blackberry10";
#elif defined(IOS)
abi = "ios";
#elif defined(MACOSX)