Skip to content

Commit 0dd40aa

Browse files
authored
Merge pull request #172 from asinghvi17/patch-1
Add compile_incremental to exports
2 parents 266eaf1 + e765b79 commit 0dd40aa

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)