因为苹果推出了m2,所以将m1字样改为 m

This commit is contained in:
e1732a364fed
2022-09-13 10:49:29 +08:00
parent a6ffdac5a1
commit abbdcd95a4
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
# 简单起见该makefile只负责编译64位的。
#
# for embedding geoip file:
# make tags="embed_geoip" macm1
# make tags="embed_geoip" macm
#
# also has grpc_full and noquic tags. See godoc for details.
#
@@ -113,7 +113,7 @@ endif
$(eval $(call DEPENDABLE_VAR,BUILD_VERSION))
all: linux_amd64 linux_arm64 android_arm64 macos macm1 win10
all: linux_amd64 linux_arm64 android_arm64 macos macm win10
@echo "compiling for common platforms"
getver:
@@ -129,7 +129,7 @@ linuxAmdFn :=${prefix}_linux_amd64
linuxArmFn :=${prefix}_linux_arm64
androidArm64Fn :=${prefix}_android_arm64
macFn :=${prefix}_macos
macM1Fn :=${prefix}_macm1
macM1Fn :=${prefix}_macm
winFn :=${prefix}_win10

View File

@@ -26,7 +26,7 @@ endef
endif
main: linux_amd64 linux_arm64 android_arm64 macos macm1 win10 win10_arm
main: linux_amd64 linux_arm64 android_arm64 macos macm win10 win10_arm
extra: linux_arm32_v7 linux_mips64 linux_mips linux_s390x linux_riscv64 win32
@@ -60,7 +60,7 @@ android_arm64:
macos:
$(call compile,macOS_intel,darwin,amd64)
macm1:
macm:
$(call compile,macOS_apple,darwin,arm64)
win32: