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.
2 parents c433ca7 + b9b498b commit 96c802dCopy full SHA for 96c802d
classes/cargo_bin.bbclass
@@ -96,10 +96,12 @@ cargo_bin_do_configure() {
96
cargo_bin_do_compile() {
97
export TARGET_CC="${WRAPPER_DIR}/cc-wrapper.sh"
98
export TARGET_CXX="${WRAPPER_DIR}/cxx-wrapper.sh"
99
- export CC="${WRAPPER_DIR}/cc-native-wrapper.sh"
100
- export CXX="${WRAPPER_DIR}/cxx-native-wrapper.sh"
+ export CC="${WRAPPER_DIR}/cc-wrapper.sh"
+ export CXX="${WRAPPER_DIR}/cxx-wrapper.sh"
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"
- export LD="${WRAPPER_DIR}/linker-native-wrapper.sh"
104
+ export LD="${WRAPPER_DIR}/linker-wrapper.sh"
105
export PKG_CONFIG_ALLOW_CROSS="1"
106
export LDFLAGS=""
107
export RUSTFLAGS="${RUSTFLAGS}"
0 commit comments