Skip to content

Commit

Permalink
tweak: use more stable source
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-Boulay committed May 30, 2024
1 parent d17f392 commit 15d5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_android.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
# Download libraries
POJAV_NATIVES="https://github.com/PojavLauncherTeam/PojavLauncher/raw/v3_openjdk/app_pojavlauncher/src/main/jniLibs/$NDK_ABI"
wget -nc $POJAV_NATIVES/libopenal.so -P $LWJGL_NATIVE/openal
wget -nc "https://nightly.link/PojavLauncherTeam/shaderc/workflows/android/main/libshaderc-$NDK_ABI.zip"
wget -nc "https://github.com/PojavLauncherTeam/shaderc/releases/download/v2024.2-pojav/libshaderc-$NDK_ABI.zip"
unzip -o libshaderc-$NDK_ABI.zip -d $LWJGL_NATIVE/shaderc

# HACK: Skip compiling and running the generator to save time and keep LWJGLX functions
Expand Down

0 comments on commit 15d5f40

Please sign in to comment.