We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4893953 commit 199a356Copy full SHA for 199a356
dc/wireshark/generate-bindings.sh
@@ -79,7 +79,7 @@ OPTIONS=(
79
80
mkdir -p src/wireshark_sys/
81
82
-RUST_TARGET=$(rustup show | awk 'NF' | awk 'END{print $2}')
+RUST_TARGET=$(rustc -vV | grep host: | awk '{ print $2 }')
83
84
# This list is filtered to roughly what our current usage requires.
85
# It's possible there's a better way to do this -- some of the Wireshark
0 commit comments