FLTK logo

[master] 15f1b6b - Fix macOS Apple Silicon architecture name (arm64)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 15f1b6b - Fix macOS Apple Silicon architecture name (arm64) "Michael R Sweet" Jul 17, 2021  
 
commit 15f1b6b5c4783695769d3342b85b26b3e7bd29bd
Author:     Michael R Sweet <msweet@msweet.org>
AuthorDate: Sat Jul 17 11:24:26 2021 -0400
Commit:     Michael R Sweet <msweet@msweet.org>
CommitDate: Sat Jul 17 11:24:26 2021 -0400

    Fix macOS Apple Silicon architecture name (arm64)

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git configure.ac configure.ac
index 13dfe68..0543c45 100644
--- configure.ac
+++ 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)
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.