summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-02 15:37:08 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-02 15:37:08 +0200
commit731abe8ba09d51d3418411286d8ed6137ed716ba (patch)
tree2179a92dce31bfef97532d587f926353b73a633d /scripts/src
parent0a3f7c37c74986d53784e47027cec74bbf37eaa0 (diff)
Fixed joystick on Android preventing application to crash, cleanup init for SDL in total (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/3rdparty.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 30cb3770a4a..02f1642c235 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -1187,7 +1187,7 @@ if _OPTIONS["targetos"]=="android" then
"log",
}
linkoptions {
- "-Wl,-soname,liSDL2.so"
+ "-Wl,-soname,libSDL2.so"
}
if _OPTIONS["SEPARATE_BIN"]~="1" then