Skip to content

Commit b88bace

Browse files
committed
export new functions
1 parent 6d28fa5 commit b88bace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PackageCompiler.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ function compile_package(packages::Tuple{String, String}...; force = false, reus
176176
end
177177

178178

179-
export compile_package, revert, build_native_image
180179

181180

182181
function __init__()
@@ -187,4 +186,6 @@ function __init__()
187186
end
188187
end
189188

189+
export compile_package, revert, build_native_image, executable_ext, build_executable
190+
190191
end # module

0 commit comments

Comments
 (0)