-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Hello, I have been running Carton 0.12.0 with SwiftWasm and my build fails with the linker command in swiftwasm/swift#3891.
I have checked the PR on #263 indicating you had added the required linker flags in carton; but looking at the code in
carton/Sources/SwiftToolchain/Toolchain.swift
Line 258 in 04de1c2
| "--product", product.name, "--triple", "wasm32-unknown-wasi", |
and
carton/Sources/SwiftToolchain/Toolchain.swift
Line 307 in 04de1c2
| "-Xlinker", "-licuuc", "-Xlinker", "-licui18n" |
I believe you have only added them for carton test and not carton build command? Would that be correct?
Is there a way to manually input those flags via command line?
Thanks!
pedrovgs and lowkahonn
Metadata
Metadata
Assignees
Labels
No labels