Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chuginate on macOS update to support universal binary #267 #63

Open
nshaheed opened this issue Apr 9, 2023 · 1 comment
Open

chuginate on macOS update to support universal binary #267 #63

nshaheed opened this issue Apr 9, 2023 · 1 comment

Comments

@nshaheed
Copy link
Contributor

nshaheed commented Apr 9, 2023

consider generating makefile that build for universal binary, or maybe can be an option, or something easily toggle-able in the makefile

duplicate of ccrma/chuck#267

@gewang
Copy link
Member

gewang commented Sep 3, 2023

as of 899c087 we have updated the default makefile.mac to build for the underlying native architecture, with added comments to easily switch between architecture target(s):

# to build for the native architecture: (leave blank)
# ARCHS?=
#
# to build for intel:
# ARCHS?=x86_64
#
# to build for apple silicon:
# ARCHS?=arm64
#
# to build a universal=binary chugin:
# ARCHS?=x86_64 arm64
ARCHS?=

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

No branches or pull requests

2 participants