mirror of
https://github.com/warpdotdev/warp.git
synced 2026-06-05 19:35:25 +08:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Installs macOS-specific build dependencies required to build Warp.
|
|
|
|
xcodebuild -downloadComponent MetalToolchain
|