Raspberry Pi target (#365)
This commit is contained in:
Vendored
+3
@@ -82,6 +82,9 @@ if (isLinux()) {
|
||||
task gccToolchain(type: TgzNativeDep) {
|
||||
baseName = "target-gcc-toolchain-3-$host"
|
||||
}
|
||||
task raspberryPiSysroot(type: TgzNativeDep) {
|
||||
baseName = "target-sysroot-1-raspberrypi"
|
||||
}
|
||||
} else {
|
||||
task hostSysroot(type: TgzNativeDep) {
|
||||
baseName = "target-sysroot-1-$host"
|
||||
|
||||
Reference in New Issue
Block a user