mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 22:56:08 -04:00
Fix libfreetype paths for x86
This commit is contained in:
parent
b2217873d7
commit
c92ce2a737
@ -13,6 +13,10 @@ mkdir dizout
|
||||
cp -r $imagespath/j2re-image jreout
|
||||
cp -r $imagespath/j2sdk-image jdkout
|
||||
|
||||
if [ "$TARGET_JDK" == "x86" ]; then
|
||||
export TARGET_JDK=i386
|
||||
fi
|
||||
|
||||
mv jdkout/jre/lib/${TARGET_JDK}/libfreetype.so.6 jdkout/lib/${TARGET_JDK}/libfreetype.so || echo "Move exit $?"
|
||||
mv jdkout/jre/lib/libfreetype.dylib.6 jdkout/jre/lib/libfreetype.dylib || echo "Move exit $?"
|
||||
mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetype.so || echo "Move exit $?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user