Live video on the AT Protocol
at next 28 lines 653 B view raw
1[binaries] 2c = 'clang' 3cpp = 'clang++' 4objc = 'clang' 5objcpp = 'clang' 6; ar = 'llvm-ar' 7; strip = 'llvm-strip' 8 9[built-in options] 10c_args = ['--target=x86_64-apple-darwin'] 11c_link_args = ['--target=x86_64-apple-darwin'] 12cpp_args = ['--target=x86_64-apple-darwin'] 13cpp_link_args = ['--target=x86_64-apple-darwin'] 14objc_args = ['--target=x86_64-apple-darwin'] 15objc_link_args = ['--target=x86_64-apple-darwin'] 16objcpp_args = ['-arch', 'x86_64'] 17objcpp_link_args = ['-arch', 'x86_64'] 18 19[host_machine] 20system = 'darwin' 21cpu_family = 'x86_64' 22cpu = 'x86_64' 23endian = 'little' 24 25[properties] 26GOOS = 'darwin' 27GOARCH = 'amd64' 28RUST_TRIPLE = 'x86_64-apple-darwin'