Skip to content

Commit 86114d6

Browse files
committed
[Runner] Fix CSL paths
1 parent 8333351 commit 86114d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
903903
# We need to push i686 directories before x86_64 ones
904904
("i686", "x86_64")
905905
else
906-
("x86", "i686_64")
906+
("x86_64", "i686")
907907
end
908908

909909
return join(["/usr/lib/csl-$(libc)-$(arch)" for libc in libcs, arch in archs], ":")

0 commit comments

Comments
 (0)