mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
Try using the unversioned triple when compiling live_kit
This commit is contained in:
parent
b76f3372a3
commit
8bd059a293
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ fn build_bridge(swift_target: &SwiftTarget) {
|
|||
if !Command::new("swift")
|
||||
.arg("build")
|
||||
.args(&["--configuration", &env::var("PROFILE").unwrap()])
|
||||
.args(&["--triple", &swift_target.target.triple])
|
||||
.args(&["--triple", &swift_target.target.unversioned_triple])
|
||||
.current_dir(&swift_package_root)
|
||||
.status()
|
||||
.unwrap()
|
||||
|
|
Loading…
Reference in a new issue