diff options
Diffstat (limited to 'editors')
| -rwxr-xr-x | editors/vi/setup.sh | 12 | ||||
| m--------- | editors/vi/vi | 0 |
2 files changed, 9 insertions, 3 deletions
diff --git a/editors/vi/setup.sh b/editors/vi/setup.sh index 2752651..40b18e3 100755 --- a/editors/vi/setup.sh +++ b/editors/vi/setup.sh @@ -4,7 +4,13 @@ set -e export PREFIX=${HOME}/.local +if which tcc +then cd vi -make -make install - +./configure +CC=tcc make +CC=tcc make install +else +echo 'no tcc, compile manually' +exit 1 +fi diff --git a/editors/vi/vi b/editors/vi/vi -Subproject 9855bed0869ace4665e2776ec4d489847a0781b +Subproject ea8c6f09b6653e5b3fe69e98a44a155c33d60e1 |
