Native Platform
A target platform for building native binaries. Each target platform is given a name, and may optionally be given a specific Architecture and/or OperatingSystem to target.
model {
platforms {
windows_x86 {
architecture "i386"
operatingSystem "windows"
}
}
}
Content copied to clipboard
Since
2.2
Functions
Link copied to clipboard
Sets the cpu architecture being targeted.
Link copied to clipboard
The cpu architecture being targeted.
Link copied to clipboard
Returns a human consumable name for this platform.
Link copied to clipboard
The operating system being targeted.
Link copied to clipboard
Sets the operating system being targeted.