Skip to content

Commit 65412ae

Browse files
authored
Get some symbols from libgcc so it works on nightly (#58)
* Use the same logic from aarch64 apple on x86
1 parent c057d95 commit 65412ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quadmath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Base: (*), +, -, /, <, <=, ==, ^, convert,
2222
using Random
2323

2424
if Sys.isapple() && Sys.ARCH == :x86_64
25-
const quadoplib = "libquadmath.0"
25+
const quadoplib = "libgcc_s.1.dylib"
2626
const libquadmath = "libquadmath.0"
2727
elseif Sys.isapple() && Sys.ARCH == :aarch64
2828
const quadoplib = "libgcc_s.1.1.dylib"

0 commit comments

Comments
 (0)