premake/website/docs/toolchainversion.md
2022-10-05 10:55:53 +10:00

457 B

Specifies the version of the toolchain to use.

toolchainversion ("value")

Parameters

value is one of:

  • 4.6: GCC 4.6
  • 4.8: GCC 4.8
  • 4.9: GCC 4.9
  • 3.4: Clang 3.4
  • 3.5: Clang 3.5
  • 3.6: Clang 3.6
  • 3.8: Clang 3.8
  • 5.0: Clang 5.0

Applies To

The config scope.

Availability

Premake 5.0.0 alpha 14 or later, only applies to Android projects.

Examples

toolchainversion "5.0"