Skip to content

Commit 8f29209

Browse files
committed
fixup! make sure that we use the augmented platform to select the artifact
1 parent a4fc3a3 commit 8f29209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper_generators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ macro generate_wrapper_header(src_name)
1515
if VERSION >= v"1.6"
1616
return $(Expr(:macrocall, Symbol("@artifact_str"), __source__, src_name, :(host_platform)))
1717
else
18-
return $(Expr(:macrocall, Symbol("@artifact_str"), __source__, src_name)
18+
return $(Expr(:macrocall, Symbol("@artifact_str"), __source__, src_name))
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)