From 5452ff026f7c9ab3b5269cae0f68cd61730e7e2c Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 6 Mar 2018 17:39:25 +0200 Subject: [PATCH] SDL: fixed libexpat renamed to libexpat-sdl --- project/java/Globals.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/java/Globals.java b/project/java/Globals.java index f13a37943..fe85e105f 100644 --- a/project/java/Globals.java +++ b/project/java/Globals.java @@ -32,7 +32,7 @@ class Globals public static String ApplicationName = "CommanderGenius"; public static String AppLibraries[] = { "sdl-1.2", }; public static String AppMainLibraries[] = { "application", "sdl_main" }; - public static String LibraryNamesMap[][] = { { "crypto", "crypto.so.sdl.1" }, { "ssl", "ssl.so.sdl.1" }, { "curl", "curl-sdl" } }; // Because some libraries are named differently to not clash with system libs + public static String LibraryNamesMap[][] = { { "crypto", "crypto.so.sdl.1" }, { "ssl", "ssl.so.sdl.1" }, { "curl", "curl-sdl" }, { "expat", "expat-sdl" } }; // Because some libraries are named differently to not clash with system libs public static final boolean Using_SDL_1_3 = false; public static final boolean Using_SDL_2_0 = false; public static String[] DataDownloadUrl = { "Data files are 2 Mb|https://sourceforge.net/projects/libsdl-android/files/CommanderGenius/commandergenius-data.zip/download", "High-quality GFX and music - 40 Mb|https://sourceforge.net/projects/libsdl-android/files/CommanderGenius/commandergenius-hqp.zip/download" };