Skip to content

Commit bd332fe

Browse files
committed
run.sh: Switch to x86_64-pc-linux-gnu-gcc not a Rust-compatible symlink without -pc
1 parent 6254f42 commit bd332fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function testDeps() {
4646
# echo -e "${Red}gi.Gtk not found, install it. ${Yellow}The package may be named gtk3 or gir1.2-gtk-3.0 on your distribution!${NoColor}"
4747
# exit 1
4848
# fi
49-
if ! command -v x86_64-linux-gnu-gcc >/dev/null; then
50-
echo -e "${Red}x86_64-linux-gnu-gcc not found, install it. ${Yellow}The package is usually named gcc!${NoColor}"
49+
if ! command -v x86_64-pc-linux-gnu-gcc >/dev/null; then
50+
echo -e "${Red}x86_64-pc-linux-gnu-gcc not found, install it. ${Yellow}The package is usually named gcc!${NoColor}"
5151
exit 1
5252
fi
5353
}

0 commit comments

Comments
 (0)