We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6254f42 commit bd332feCopy full SHA for bd332fe
run.sh
@@ -46,8 +46,8 @@ function testDeps() {
46
# 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}"
47
# exit 1
48
# 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}"
+ if ! command -v x86_64-pc-linux-gnu-gcc >/dev/null; then
+ echo -e "${Red}x86_64-pc-linux-gnu-gcc not found, install it. ${Yellow}The package is usually named gcc!${NoColor}"
51
exit 1
52
fi
53
}
0 commit comments