Skip to content

Commit c22131f

Browse files
author
Matthias Koeppe
committed
build/pkgs/ecm/spkg-install.in: Work around build failure with Xcode 15, #36342
1 parent 4d3e807 commit c22131f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/pkgs/ecm/spkg-install.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ export CFLAGS # Not exported by 'sage-env'. LDFLAGS are exported above if
189189
# necessary. We currently don't set (or modify) any other
190190
# environment variables, so don't have to export them here.
191191

192+
# Workaround for build failure with Xcode 15, https://github.com/sagemath/sage/issues/36342
193+
case "$UNAME" in
194+
Darwin*)
195+
export gmp_cv_asm_underscore=yes
196+
;;
197+
esac
192198

193199
###############################################################################
194200
# Now configure ECM:

0 commit comments

Comments
 (0)