aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 2288600..5d04500 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -21,9 +21,11 @@ ifndef TARGET # native library
else
ifeq ($(ARCH),arm)
TARGET = arm
+ XCC = $(CC)
else
ifeq ($(ARCH),arm64)
TARGET = arm64
+ XCC = $(CC)
else
endif
endif