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() {
9696cargo_bin_do_compile () {
9797 export TARGET_CC = "${WRAPPER_DIR} /cc-wrapper.sh"
9898 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"
101103 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"
103105 export PKG_CONFIG_ALLOW_CROSS = "1"
104106 export LDFLAGS = ""
105107 export RUSTFLAGS = "${RUSTFLAGS} "
You can’t perform that action at this time.
0 commit comments