Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v
/
cmd
/
tools
/
cc_compilation_failed_non_windows.sh
7
lines
·
7
sloc
·
212 bytes
·
49fb7ca501ffe111324187b90b0e52c62fc74938
Raw
1
#!/bin/sh
2
## this script is used by the makefiles in the top level folder
3
echo
4
echo 'Compilation of v.c failed.'
5
echo 'See https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Linux-and-macOS .'
6
echo
7
false
8