Exemplo n.º 1
0
def macIos():
    return webrtc_factory.WebRTCFactory('', 'darwin', nohooks_on_update=True)
Exemplo n.º 2
0
def mac():
    return webrtc_factory.WebRTCFactory('src/xcodebuild', 'darwin')
Exemplo n.º 3
0
def win():
    return webrtc_factory.WebRTCFactory('src/out', 'win32')
Exemplo n.º 4
0
def android():
    return webrtc_factory.WebRTCFactory('',
                                        'linux2',
                                        nohooks_on_update=True,
                                        target_os='android')
Exemplo n.º 5
0
def linux():
    return webrtc_factory.WebRTCFactory('src/out', 'linux2')
Exemplo n.º 6
0
def mac():
    return webrtc_factory.WebRTCFactory('src/out', 'darwin')