We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884a9d1 commit c7225adCopy full SHA for c7225ad
src/static_julia.jl
@@ -15,7 +15,7 @@ else
15
end
16
17
system_compiler() = gcc
18
-bitness_flag() = Int == Int32 ? "-m32" : "-m64"
+bitness_flag() = Sys.ARCH == :aarch64 ? `` : Int == Int32 ? "-m32" : "-m64"
19
executable_ext() = (iswindows() ? ".exe" : "")
20
21
function mingw_dir(folders...)
0 commit comments