lib/Makefile: Partial revert of 896a0c881a.

lib/lib-arm64.c must be compiled by tcc.
master
Edmund Grimley Evans 2015-03-10 14:08:42 +00:00
parent 4ba7e5dc5a
commit 68605ab4d4
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ ifndef TARGET # native library
else
ifeq ($(ARCH),arm64)
TARGET = arm64
XCC = $(CC)
else
endif
endif