mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
因为苹果推出了m2,所以将m1字样改为 m
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user