mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
make: fix make on android/termux
This commit is contained in:
parent
597a6fead2
commit
00365b082f
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -16,6 +16,11 @@ ifeq ($(_SYS),Darwin)
|
|||
MAC := 1
|
||||
endif
|
||||
|
||||
ifdef ANDROID_ROOT
|
||||
ANDROID := 1
|
||||
undefine LINUX
|
||||
endif
|
||||
|
||||
all: fresh_vc fresh_tcc
|
||||
ifdef WIN32
|
||||
$(CC) -std=c99 -w -o v0.exe vc/v_win.c $(LDFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue