diff options
| author | Michael R Sweet <msweet@msweet.org> | 2021-07-17 11:24:26 -0400 |
|---|---|---|
| committer | Michael R Sweet <msweet@msweet.org> | 2021-07-17 11:24:26 -0400 |
| commit | 15f1b6b5c4783695769d3342b85b26b3e7bd29bd (patch) | |
| tree | 1bf79aa6167b9686dedf67f8b006080dbe6aaa6b | |
| parent | 787c67afea179735f2fea12f95ad04c80b3717e7 (diff) | |
Fix macOS Apple Silicon architecture name (arm64)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 13dfe68f6..0543c453c 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ AC_PATH_TOOL(PKGCONFIG, pkg-config) dnl Architecture and optimization options... ARCHFLAGS="${ARCHFLAGS:=}" -AC_ARG_WITH([archflags], AS_HELP_STRING([--with-archflags="flags"], [use custom architecture flags (default=none, macOS values include "-arch arm64e", "-arch i386", "-arch ppc", and "-arch x86_64")]), [ +AC_ARG_WITH([archflags], AS_HELP_STRING([--with-archflags="flags"], [use custom architecture flags (default=none, macOS values include "-arch arm64", "-arch i386", "-arch ppc", and "-arch x86_64")]), [ ARCHFLAGS="$withval" ]) AC_SUBST(ARCHFLAGS) |
