Skip to content

Commit b9b498b

Browse files
author
Antoine Faure
committed
Also fix LD variable
1 parent 5a5370f commit b9b498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/cargo_bin.bbclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ cargo_bin_do_compile() {
101101
export BUILD_CC="${WRAPPER_DIR}/cc-native-wrapper.sh"
102102
export BUILD_CXX="${WRAPPER_DIR}/cxx-native-wrapper.sh"
103103
export TARGET_LD="${WRAPPER_DIR}/linker-wrapper.sh"
104-
export LD="${WRAPPER_DIR}/linker-native-wrapper.sh"
104+
export LD="${WRAPPER_DIR}/linker-wrapper.sh"
105105
export PKG_CONFIG_ALLOW_CROSS="1"
106106
export LDFLAGS=""
107107
export RUSTFLAGS="${RUSTFLAGS}"

0 commit comments

Comments
 (0)