mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-22 14:53:44 +02:00
Fix typo in Makefile.libretro: MKXPZ_CPU_FAMILY = armv7
should be MKXPZ_CPU_FAMILY = arm
This commit is contained in:
parent
9c7a2ce7b0
commit
3b70c6eae7
1 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ else ifeq ($(platform),android-arm)
|
|||
MKXPZ_SYSTEM = android
|
||||
MKXPZ_SUFFIX = android
|
||||
MKXPZ_ARCH_CMAKE = armv7-a
|
||||
MKXPZ_CPU_FAMILY = armv7
|
||||
MKXPZ_CPU_FAMILY = arm
|
||||
MKXPZ_CPU = generic-armv7-a
|
||||
MKXPZ_ENDIAN = little
|
||||
# 32-bit builds are broken with Android API versions older than 24; see https://github.com/android/ndk/issues/442
|
||||
|
@ -96,7 +96,7 @@ else ifeq ($(platform),ios-arm64)
|
|||
else ifeq ($(platform),ios9)
|
||||
MKXPZ_SYSTEM = darwin
|
||||
MKXPZ_SUFFIX = ios
|
||||
MKXPZ_CPU_FAMILY = armv7
|
||||
MKXPZ_CPU_FAMILY = arm
|
||||
MKXPZ_CPU = generic-armv7-a
|
||||
MKXPZ_ENDIAN = little
|
||||
MKXPZ_CC = ['xcrun', '--sdk', 'iphoneos', '$(CC)', '-arch', 'armv7']
|
||||
|
@ -129,7 +129,7 @@ else ifeq ($(platform),gcw0)
|
|||
MKXPZ_ENDIAN = little
|
||||
else ifeq ($(platform),miyoo)
|
||||
MKXPZ_SYSTEM = linux
|
||||
MKXPZ_CPU_FAMILY = armv7
|
||||
MKXPZ_CPU_FAMILY = arm
|
||||
MKXPZ_CPU = cortex-a7
|
||||
MKXPZ_ENDIAN = little
|
||||
else ifeq ($(platform),retrofw)
|
||||
|
|
Loading…
Add table
Reference in a new issue