mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-24 05:37:14 +01:00
6 lines
156 B
Makefile
6 lines
156 B
Makefile
|
include ../../../common.mk
|
||
|
|
||
|
CMAKE_ARGS += -DCMAKE_SYSTEM_PROCESSOR=aarch64
|
||
|
FLAGS += $(VFLAG_le) $(CCVFLAG_le)
|
||
|
LDFLAGS += $(VFLAG_le) $(LDVFLAG_le)
|