v/cmd/tools/cc_compilation_failed_non_windows.sh

7 lines
212 B
Bash
Executable file

#!/bin/sh
## this script is used by the makefiles in the top level folder
echo
echo 'Compilation of v.c failed.'
echo 'See https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Linux-and-macOS .'
echo
false