File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,12 @@ cargo_bin_do_configure() {
96
96
cargo_bin_do_compile () {
97
97
export TARGET_CC = "${WRAPPER_DIR} /cc-wrapper.sh"
98
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"
99
+ export CC = "${WRAPPER_DIR} /cc-wrapper.sh"
100
+ 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"
101
103
export TARGET_LD = "${WRAPPER_DIR} /linker-wrapper.sh"
102
- export LD = "${WRAPPER_DIR} /linker-native- wrapper.sh"
104
+ export LD = "${WRAPPER_DIR} /linker-wrapper.sh"
103
105
export PKG_CONFIG_ALLOW_CROSS = "1"
104
106
export LDFLAGS = ""
105
107
export RUSTFLAGS = "${RUSTFLAGS} "
You can’t perform that action at this time.
0 commit comments