diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 2 |
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 |