We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5370f commit b9b498bCopy full SHA for b9b498b
classes/cargo_bin.bbclass
@@ -101,7 +101,7 @@ cargo_bin_do_compile() {
101
export BUILD_CC="${WRAPPER_DIR}/cc-native-wrapper.sh"
102
export BUILD_CXX="${WRAPPER_DIR}/cxx-native-wrapper.sh"
103
export TARGET_LD="${WRAPPER_DIR}/linker-wrapper.sh"
104
- export LD="${WRAPPER_DIR}/linker-native-wrapper.sh"
+ export LD="${WRAPPER_DIR}/linker-wrapper.sh"
105
export PKG_CONFIG_ALLOW_CROSS="1"
106
export LDFLAGS=""
107
export RUSTFLAGS="${RUSTFLAGS}"
0 commit comments