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 5401611 commit 5a5370fCopy full SHA for 5a5370f
classes/cargo_bin.bbclass
@@ -96,8 +96,10 @@ 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"
104
export LD="${WRAPPER_DIR}/linker-native-wrapper.sh"
105
export PKG_CONFIG_ALLOW_CROSS="1"
0 commit comments