On Jun 15, 2022, at 12:00 PM, pd-dev-request@lists.iem.at wrote:Message: 1
Date: Tue, 14 Jun 2022 14:23:16 +0200
From: reduzent@gmail.com
To: pd-dev@lists.iem.at
Subject: Re: [PD-dev] Compiling fat external binaries for Mac OS X
Message-ID: <3646dbc2fcbfdf0a16d8feb20aa7bb11a6f5db58.camel@gmail.com>
Content-Type: text/plain; charset="UTF-8"
On Wed, 2022-06-08 at 20:04 +0200, Dan Wilcox wrote:You can simply pass in the arches you want using the "arch" makefile
variable:
make arch="x86_64 arm64"
That's cool to know. In the case of purest_json, I believe it ships
with other dependencies (libjson?) and if those come from homebrew,
they're probably not fat. Is my assumption correct, that a fat binary
would have to link to fat binary?