Function getInstallStep [src]

Prototype

pub fn getInstallStep(b: *Build) *Step

Parameters

b: *Build

Source

pub fn getInstallStep(b: *Build) *Step { return &b.install_tls.step; }