File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 874
874
"com.oracle.graal.python.hpy.llvm"
875
875
],
876
876
"layout" : {
877
- ". /" : [
877
+ "<os>/<arch> /" : [
878
878
"dependency:com.oracle.graal.python.jni/*" ,
879
879
"dependency:com.oracle.graal.python.cext/bin/*" ,
880
880
"dependency:com.oracle.graal.python.hpy.llvm/bin/*" ,
894
894
"com.oracle.graal.python.hpy.llvm"
895
895
],
896
896
"layout" : {
897
- ". /" : [
897
+ "<os>/<arch> /" : [
898
898
"dependency:com.oracle.graal.python.jni/*" ,
899
899
"dependency:com.oracle.graal.python.cext/bin/*" ,
900
900
"dependency:python-libzsupport/*" ,
1188
1188
"<others>" : {
1189
1189
"layout" : {
1190
1190
"./META-INF/resources/<os>/<arch>/libs/" : [
1191
- "dependency:GRAALPYTHON_NATIVE_LIBS/python-native.lib" ,
1191
+ "dependency:GRAALPYTHON_NATIVE_LIBS/<os>/<arch>/ python-native.lib" ,
1192
1192
],
1193
1193
"./META-INF/resources/<os>/<arch>/lib-graalpython/" : [
1194
1194
{
1195
1195
"source_type" : "dependency" ,
1196
1196
"dependency" : "GRAALPYTHON_NATIVE_LIBS" ,
1197
- "path" : "*" ,
1197
+ "path" : "<os>/<arch>/ *" ,
1198
1198
"exclude" : ["python-native.lib" ],
1199
1199
},
1200
1200
],
1205
1205
"<others>" : {
1206
1206
"layout" : {
1207
1207
"./META-INF/resources/<os>/<arch>/lib/graalpy<graal_ver:major_minor>/" : [
1208
- "dependency:GRAALPYTHON_NATIVE_LIBS/*" ,
1208
+ "dependency:GRAALPYTHON_NATIVE_LIBS/<os>/<arch>/ *" ,
1209
1209
],
1210
1210
},
1211
1211
},
You can’t perform that action at this time.
0 commit comments