Exemplo n.º 1
0
def cxx_default_x64(conf):
    """
    Detect and setup the default compiler forcing 64-bit architecture.
    """
    conf.cxx_default("x64")
Exemplo n.º 2
0
def cxx_default_x64(conf):
    """
    Detect and setup the default compiler forcing 64-bit architecture.
    """
    conf.cxx_default('x64')
Exemplo n.º 3
0
def cxx_default_x86(conf):
    """
    Detect and setup the default compiler forcing 32-bit architecture.
    """
    conf.cxx_default("x86")
Exemplo n.º 4
0
def cxx_default_x86(conf):
    """
    Detect and setup the default compiler forcing 32-bit architecture.
    """
    conf.cxx_default('x86')