Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter authored Nov 13, 2023
1 parent 3e76839 commit 7c889bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StaticCompiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Hello, world!
function compile_executable(f::Function, types=(), path::String="./", name=fix_name(f);
also_expose=Tuple{Function, Tuple{DataType}}[],
kwargs...)

compile_executable(vcat([(f, types)], also_expose), path, name; kwargs...)
end

Expand Down

0 comments on commit 7c889bf

Please sign in to comment.