WIP
This commit is contained in:
parent
9b8e6cce02
commit
db8b8ef66b
5 changed files with 30 additions and 0 deletions
|
@ -81,6 +81,7 @@ fn build_bridge(swift_target: &SwiftTarget) {
|
|||
}
|
||||
|
||||
fn link_swift_stdlib(swift_target: &SwiftTarget) {
|
||||
panic!("{:?}", swift_target.paths.runtime_library_paths);
|
||||
for path in &swift_target.paths.runtime_library_paths {
|
||||
println!("cargo:rustc-link-search=native={}", path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue