make: fix make on android/termux
parent
597a6fead2
commit
00365b082f
5
Makefile
5
Makefile
|
@ -16,6 +16,11 @@ ifeq ($(_SYS),Darwin)
|
||||||
MAC := 1
|
MAC := 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef ANDROID_ROOT
|
||||||
|
ANDROID := 1
|
||||||
|
undefine LINUX
|
||||||
|
endif
|
||||||
|
|
||||||
all: fresh_vc fresh_tcc
|
all: fresh_vc fresh_tcc
|
||||||
ifdef WIN32
|
ifdef WIN32
|
||||||
$(CC) -std=c99 -w -o v0.exe vc/v_win.c $(LDFLAGS)
|
$(CC) -std=c99 -w -o v0.exe vc/v_win.c $(LDFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue