mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-15 23:24:55 -04:00
Fix[vm]: copy correct variant into libs
This commit is contained in:
parent
21cc46e49d
commit
a2dbea0390
@ -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/{} \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user