Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
bilicainiaohh committed Feb 7, 2024
1 parent bde8836 commit 0155a58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ public static int[] getCurrentScreenRGB(/* long nativeCanvas, int width, int hei

try {
File currLibFile;
for (String ldLib : System.getenv("FCL_NATIVEDIR").split(":")) {
for (String ldLib : System.getenv("H2CO3Launcher_NATIVEDIR").split(":")) {
if (ldLib.isEmpty()) continue;
currLibFile = new File(ldLib, "libfcl_awt.so");
currLibFile = new File(ldLib, "libh2co3_exec_awt.so");
if (currLibFile.exists()) {
System.load(currLibFile.getAbsolutePath());
break;
Expand Down

0 comments on commit 0155a58

Please sign in to comment.