Skip to content

Commit e765b79

Browse files
authored
Add compile_incremental to exports
1 parent 266eaf1 commit e765b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackageCompiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ function __init__()
152152
end
153153
end
154154

155-
export compile_package, revert, force_native_image!, executable_ext, build_executable, build_shared_lib, static_julia
155+
export compile_package, revert, force_native_image!, executable_ext, build_executable, build_shared_lib, static_julia, compile_incremental
156156

157157
end # module

0 commit comments

Comments
 (0)