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 a4fc3a3 commit 8f29209Copy full SHA for 8f29209
src/wrapper_generators.jl
@@ -15,7 +15,7 @@ macro generate_wrapper_header(src_name)
15
if VERSION >= v"1.6"
16
return $(Expr(:macrocall, Symbol("@artifact_str"), __source__, src_name, :(host_platform)))
17
else
18
- return $(Expr(:macrocall, Symbol("@artifact_str"), __source__, src_name)
+ return $(Expr(:macrocall, Symbol("@artifact_str"), __source__, src_name))
19
end
20
21
0 commit comments