XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.31k stars 181 forks source link

build(make): add x86_64 and arm64 arch #393

Closed kkharji closed 2 years ago

kkharji commented 2 years ago

Not sure if this a great idea or not, but in my machine it built with x86_64 but after adding these arguments it created universal binary.

r-plus commented 2 years ago

Do you want universal binary on intel mac? Xcode will build x86_64 binary on intel mac, and build universal binary on Apple silicon mac by default.

we will not distribute compiled binary so i'm thinking this behavior is good to support native mode and rosetta mode on Apple silicon mac.

kkharji commented 2 years ago

Oh I see. Thanks @r-plus