struct Vcpkg::TargetTriplet

Defined in:

pcfile.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from(triplet : String) : TargetTriplet #

[View source]
def self.new(triplet : String, is_static : Bool, lib_suffix : String, strip_lib_prefix : Bool) #

[View source]

Instance Method Detail

def is_static : Bool #

[View source]
def lib_suffix : String #

[View source]
def strip_lib_prefix : Bool #

[View source]
def triplet : String #

[View source]