Compiler.determinePlatform

Determines the build platform properties given a set of build settings.

This will invoke the compiler to build a platform probe file, which determines the target build platform's properties during compile-time.

interface Compiler
BuildPlatform
determinePlatform
(
ref BuildSettings settings
,,
string arch_override = null
)

See Also

dub.compilers.utils.generatePlatformProbeFile

Meta