Sysroot

class in UnityEditor

Description

Base class for implementing sysroots and toolchains for IL2CPP

Properties

HostArchReturns name of the host architecture
HostPlatformReturns name of the host platform
NameReturns name of the sysroot
TargetArchReturns name of the target architecture
TargetPlatformReturns name of the target platform

Public Methods

GetIl2CppAdditionalDefinesReturns an array of additional defines.
GetIl2CppAdditionalIncludeDirectoriesReturns an array of additional include directories.
GetIl2CppAdditionalLibrariesReturns an array of additional static libraries.
GetIl2CppAdditionalLinkDirectoriesReturns an array of additional link directories.
GetIl2CppArgumentsReturns the next Il2Cpp argument on each call
GetIl2CppCompilerFlagsReturns compiler flags string to pass to Il2Cpp
GetIl2CppLinkerFlagsReturns linker flags string to pass to Il2Cpp
GetIl2CppLinkerFlagsFileReturns linker flags file string to pass to Il2Cpp.
GetSysrootPathReturns path to sysroot
GetToolchainPathReturns path to toolchain
InitializeInitializes sysroot

Did you find this page useful? Please give it a rating: