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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user