lib/Makefile: Partial revert of 896a0c881a.
lib/lib-arm64.c must be compiled by tcc.
This commit is contained in:
@ -25,7 +25,6 @@ ifndef TARGET # native library
|
|||||||
else
|
else
|
||||||
ifeq ($(ARCH),arm64)
|
ifeq ($(ARCH),arm64)
|
||||||
TARGET = arm64
|
TARGET = arm64
|
||||||
XCC = $(CC)
|
|
||||||
else
|
else
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user