1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

pass args directly in objc/build.rs

This commit is contained in:
John Harrington
2025-11-21 08:40:37 -07:00
parent 60eb309fba
commit be9452530d

View File

@@ -19,7 +19,7 @@ fn main() {
if !swift_files.is_empty() {
// Compile Swift into a static library
let status = Command::new("swiftc")
.args(&[
.args([
"-emit-library",
"-static",
"-module-name",