You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
529 B

arch: {
x86_64: {
rustlibs: ["libx86_64_rust"],
},
arm64: {
rustlibs: ["libaarch64"],
},
},
target: {
host: {
features: [
"gfxstream",
"gpu",
"virgl_renderer_next",
],
},
android: {
shared_libs: [
"libprocessgroup",
],
},
host_linux: {
shared_libs: [
"libprocessgroup",
],
},
},
ld_flags: [
"-Wl,--rpath,\\$$ORIGIN",
"-Wl,--rpath,\\$$ORIGIN/../../lib64",
]