File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change 1969
1969
"windows-amd64" ,
1970
1970
"windows-aarch64" ,
1971
1971
],
1972
- "os" : {
1973
- "linux" : {
1974
- "layout" : {
1975
- # only glibc.
1976
- "META-INF/resources/nfi-native/libnfi/<os>/<arch>/bin/" : "dependency:com.oracle.truffle.nfi.native/linux-*/glibc/*"
1977
- },
1978
- },
1979
- "<others>" : {
1980
- "layout" : {
1981
- "META-INF/resources/nfi-native/libnfi/<os>/<arch>/bin/" : "dependency:com.oracle.truffle.nfi.native/*/*/*" ,
1982
- },
1983
- },
1972
+ "layout" : {
1973
+ "META-INF/resources/nfi-native/libnfi/<os>/<arch>/bin/" : "dependency:com.oracle.truffle.nfi.native/*/<multitarget_libc_selection>/*" ,
1984
1974
},
1985
1975
"description" : "Contains the native library needed by the libffi NFI backend." ,
1986
1976
"maven" : False ,
2326
2316
"native" : True ,
2327
2317
"platformDependent" : True ,
2328
2318
"description" : "Truffle NFI support distribution for the GraalVM" ,
2329
- "os" : {
2330
- "linux" : {
2331
- "layout" : {
2332
- # only glibc.
2333
- "./" : "dependency:com.oracle.truffle.nfi.native/linux-*/glibc/*"
2334
- },
2335
- },
2336
- "<others>" : {
2337
- "layout" : {
2338
- "./" : "dependency:com.oracle.truffle.nfi.native/*/*/*" ,
2339
- },
2340
- },
2319
+ "layout" : {
2320
+ "./" : "dependency:com.oracle.truffle.nfi.native/*/<multitarget_libc_selection>/*" ,
2341
2321
},
2342
2322
"maven" : False ,
2343
2323
"graalCompilerSourceEdition" : "ignore" ,
You can’t perform that action at this time.
0 commit comments