Fix: libraries loading order
This commit is contained in:
parent
f34e040e64
commit
7737a9e8a3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user