Fix: libraries loading order

This commit is contained in:
zt515 2017-12-01 00:13:13 +08:00
parent f34e040e64
commit 7737a9e8a3

View File

@ -33,8 +33,8 @@ public class Globals {
"x11_crypto", "x11_crypto",
}; };
public static String XAPP_LIBS[] = { public static String XAPP_LIBS[] = {
"x11_sdl_main",
"x11_application", "x11_application",
"x11_sdl_main",
}; };
// These config options are modified by ChangeAppsettings.sh script - see the detailed descriptions there // These config options are modified by ChangeAppsettings.sh script - see the detailed descriptions there