Skip to content

Commit 1f641f4

Browse files
committed
Try to add flag
1 parent 21bee32 commit 1f641f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apple-catalog-parsing/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ fn main() {
8181
println!("cargo:rustc-link-search=framework=/System/Library/PrivateFrameworks");
8282
println!("cargo:rustc-link-lib=framework=CoreUI");
8383

84+
println!("cargo:rustc-link-search=framework=/usr/lib/swift");
85+
8486
// Link to swift macOS support libraries for Swift runtime support on older macOS versions
8587
let developer_dir = Command::new("xcode-select")
8688
.args(["-p"])

0 commit comments

Comments
 (0)