1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make: fix building on termux

This commit is contained in:
Delyan Angelov 2019-12-25 15:14:08 +02:00 committed by Alexander Medvednikov
parent ae4c8af674
commit c1f4fc3f0f

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