Fix[vm]: copy correct variant into libs

This commit is contained in:
Maksim Belov 2025-02-15 12:35:22 +03:00 committed by GitHub
parent 21cc46e49d
commit a2dbea0390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ makearch () {
mv lib/jexec "$work1"/lib/;
# server contains the libjvm.so
mv lib/server "$work1"/lib/;
mv lib/$JVM_VARIANTS "$work1"/lib/;
# All the other .so files are at the root of the lib folder
find ./ -name '*.so' -execdir mv {} "$work1"/lib/{} \;