Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eli/routing-cleanup 29 lines 981 B view raw
1[binaries] 2c = 'aarch64-apple-darwin24.4-clang' 3cpp = 'aarch64-apple-darwin24.4-clang++' 4objc = 'aarch64-apple-darwin24.4-clang' 5objcpp = 'aarch64-apple-darwin24.4-clang' 6ld = 'aarch64-apple-darwin24.4-ld' 7; ar = 'llvm-ar' 8; strip = 'llvm-strip' 9 10[built-in options] 11c_args = ['--target=aarch64-apple-darwin'] 12c_link_args = ['--target=aarch64-apple-darwin', '--ld-path=/osxcross/target/bin/aarch64-apple-darwin24.4-ld'] 13cpp_args = ['--target=aarch64-apple-darwin'] 14cpp_link_args = ['--target=aarch64-apple-darwin', '--ld-path=/osxcross/target/bin/aarch64-apple-darwin24.4-ld'] 15objc_args = ['--target=aarch64-apple-darwin'] 16objc_link_args = ['--target=aarch64-apple-darwin', '--ld-path=/osxcross/target/bin/aarch64-apple-darwin24.4-ld'] 17objcpp_args = ['-arch', 'arm64'] 18objcpp_link_args = ['-arch', 'arm64'] 19 20[host_machine] 21system = 'darwin' 22cpu_family = 'aarch64' 23cpu = 'aarch64' 24endian = 'little' 25 26[properties] 27GOOS = 'darwin' 28GOARCH = 'arm64' 29RUST_TRIPLE = 'aarch64-apple-darwin'