From 3d7c07842be5fa2b7c8ae819da687bd59afc853b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Dec 2021 21:34:35 +0530 Subject: [PATCH] Build universal macOS binaries --- bypy/macos.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bypy/macos.conf b/bypy/macos.conf index e0a3c660cc..766be13411 100644 --- a/bypy/macos.conf +++ b/bypy/macos.conf @@ -1,6 +1,7 @@ # Requires installation of XCode 10.3 and Python 3 and # python3 -m pip install certifi -vm_name 'macos-calibre' +vm_name 'macos-calibre-qt6' root '/Users/Shared/calibre-build' python '/usr/local/bin/python3' +universal 'true'