Cubxity / typstudio

A W.I.P desktop application for a new typesetting language, typst.
GNU General Public License v3.0
609 stars 19 forks source link

feat: build a universal binary on macOS #10

Closed caoimhebyrne closed 1 year ago

caoimhebyrne commented 1 year ago

Prior to this, a x86_64 binary for macOS was being built, which is fine - but a universal binary is always desired :)

To build for aarch64, we need to do the following:

I did this in the cleanest way possible, and from my initial testing, it appears to function.

Fixes #9.