Skip to content

add macOS universal2 (arm64+x86_64) amnezia_xray binary#45

Open
hlebuschek wants to merge 1 commit intoamnezia-vpn:masterfrom
hlebuschek:feat/amnezia-xray-macos-universal2
Open

add macOS universal2 (arm64+x86_64) amnezia_xray binary#45
hlebuschek wants to merge 1 commit intoamnezia-vpn:masterfrom
hlebuschek:feat/amnezia-xray-macos-universal2

Conversation

@hlebuschek
Copy link
Copy Markdown

Add universal2 fat binary for amnezia_xray built from amnezia-vpn/amnezia-xray-bindings. This enables building the standard macOS client on Apple Silicon without Rosetta.

The universal2 binary was created by:

  1. Building arm64 from source: make ARCH=arm64 OS=macos
  2. Combining with existing x86_64: lipo -create arm64.a x86_64.a

Add universal2 fat binary for amnezia_xray built from
amnezia-vpn/amnezia-xray-bindings. This enables building the
standard macOS client on Apple Silicon without Rosetta.

The universal2 binary was created by:
1. Building arm64 from source: make ARCH=arm64 OS=macos
2. Combining with existing x86_64: lipo -create arm64.a x86_64.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant