Skip to content

Commit f5538d2

Browse files
committed
lang/rust: Fix REINPLACE_CMD with PORT_LLVM option on
PR: 276033 Reported by: Ale <discipline@tiscali.it>
1 parent b8d2a09 commit f5538d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lang/rust/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ post-patch:
159159
post-patch-PORT_LLVM-on:
160160
# WASM target hardcodes bundled lld
161161
@${REINPLACE_CMD} 's|"rust-lld"|"wasm-ld${LLVM_VERSION}"|' \
162-
${WRKSRC}/compiler/rustc_target/src/spec/wasm_base.rs
162+
${WRKSRC}/compiler/rustc_target/src/spec/base/wasm.rs
163163

164164
do-configure:
165165
# Check that the running kernel has COMPAT_FREEBSD11 required by lang/rust post-ino64

0 commit comments

Comments
 (0)