Skip to content

Commit

Permalink
Fix[build]: wrong URLs for shaderc download
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Sep 17, 2023
1 parent 27294f6 commit 9572269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/khanhduytran0/shaderc/workflows/android/main/libshaderc-$NDK_ABI.zip"
wget -nc "https://nightly.link/PojavLauncherTeam/shaderc/workflows/android/main/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
2 changes: 1 addition & 1 deletion ci_build_ios.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
# Download libraries
#POJAV_NATIVES="https://github.com/PojavLauncherTeam/PojavLauncher_iOS/raw/main/Natives/resources/Frameworks"
#wget -nc $POJAV_NATIVES/libopenal.so -P $LWJGL_NATIVE/openal
wget -nc "https://nightly.link/khanhduytran0/shaderc/workflows/ios/main/libshaderc.zip"
wget -nc "https://nightly.link/PojavLauncherTeam/shaderc/workflows/ios/main/libshaderc.zip"
unzip -o libshaderc.zip -d $LWJGL_NATIVE/shaderc
rm $LWJGL_NATIVE/shaderc/libshaderc_shared.1.dylib
mv $LWJGL_NATIVE/shaderc/libshaderc_shared.dylib $LWJGL_NATIVE/shaderc/libshaderc.dylib
Expand Down

0 comments on commit 9572269

Please sign in to comment.