make: fix building on termux

pull/3213/head
Delyan Angelov 2019-12-25 15:14:08 +02:00 committed by Alexander Medvednikov
parent ae4c8af674
commit c1f4fc3f0f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
CC ?= cc
TMPDIR ?= /tmp
VCFILE := v.c
TMPVC := /tmp/vc
TMPVC := $(TMPDIR)/vc
TMPTCC := /var/tmp/tcc
VCREPO := https://github.com/vlang/vc
TCCREPO := https://github.com/vlang/tccbin