Skip to content

Commit 1bbd393

Browse files
committed
[Runner] Fix CSL paths
1 parent 0ed1994 commit 1bbd393

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
@@ -894,7 +894,7 @@ function platform_envs(platform::AbstractPlatform, src_name::AbstractString;
894894
# We need to push i686 directories before x86_64 ones
895895
("i686", "x86_64")
896896
else
897-
("x86", "i686_64")
897+
("x86_64", "i686")
898898
end
899899

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

0 commit comments

Comments
 (0)