Skip to content

Commit

Permalink
Also fix LD variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Faure committed Jan 21, 2025
1 parent 5a5370f commit b9b498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/cargo_bin.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ cargo_bin_do_compile() {
export BUILD_CC="${WRAPPER_DIR}/cc-native-wrapper.sh"
export BUILD_CXX="${WRAPPER_DIR}/cxx-native-wrapper.sh"
export TARGET_LD="${WRAPPER_DIR}/linker-wrapper.sh"
export LD="${WRAPPER_DIR}/linker-native-wrapper.sh"
export LD="${WRAPPER_DIR}/linker-wrapper.sh"
export PKG_CONFIG_ALLOW_CROSS="1"
export LDFLAGS=""
export RUSTFLAGS="${RUSTFLAGS}"
Expand Down

0 comments on commit b9b498b

Please sign in to comment.