Skip to content

Commit

Permalink
updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed May 30, 2024
1 parent 4875a3f commit 1d75e68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src-rs/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ impl SwiftSDK {
Self::MacOS => "osx",
Self::IOS => "ios",
Self::IOSSimulator => "iossim",
Self::VisionOS => "visionos",
Self::VisionOSSimulator => "visionossim",
Self::VisionOS => "xros",
Self::VisionOSSimulator => "xrsimulator",
}
}
}
Expand Down Expand Up @@ -303,6 +303,8 @@ impl SwiftLinker {
),
]);

println!("Command `{command:?}`");

if !command.status().unwrap().success() {
panic!("Failed to compile swift package {}", package.name);
}
Expand Down

0 comments on commit 1d75e68

Please sign in to comment.