diff options
| author | ruki <[email protected]> | 2020-09-11 22:20:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-11 22:20:00 +0800 |
| commit | 74f5f79c5baffa2297277fee0b799b70954fd1b7 (patch) | |
| tree | e3083a24bf28156b9b2b874ea17875d29294955b /core/src/luajit/makefile | |
| parent | 3d07635bfab91ae47e1ea08e2e221a4209c6a610 (diff) | |
merge arm and arm64 autogen
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index 62a485522..0331e4ae3 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -94,6 +94,12 @@ endif # autogen plat and arch GENPLAT := $(PLAT) GENARCH := $(ARCH) +ifeq ($(ARCH),arm64-v8a) +GENARCH := arm64 +endif +ifeq ($(ARCH),armv7) +GENARCH := arm +endif # asm files ifdef iswin |
