Skip to content

Commit c7225ad

Browse files
author
Your Name
committed
aarch64
1 parent 884a9d1 commit c7225ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static_julia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ else
1515
end
1616

1717
system_compiler() = gcc
18-
bitness_flag() = Int == Int32 ? "-m32" : "-m64"
18+
bitness_flag() = Sys.ARCH == :aarch64 ? `` : Int == Int32 ? "-m32" : "-m64"
1919
executable_ext() = (iswindows() ? ".exe" : "")
2020

2121
function mingw_dir(folders...)

0 commit comments

Comments
 (0)