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
3echo
4echo 'Compilation of v.c failed.'
5echo 'See https://github.com/vlang/v/wiki/Installing-a-C-compiler-on-Linux-and-macOS .'
6echo
7false
8