File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ function audit_app(ctx::Pkg.Types.Context)
512512end
513513
514514"""
515- create_app(app_source::String, compiled_app::String)
515+ create_app(app_source::String, compiled_app::String; kwargs... )
516516
517517Compile an app with the source in `app_source` to the folder `compiled_app`.
518518The folder `app_source` needs to contain a package where the package include a
@@ -552,6 +552,8 @@ compiler.
552552
553553- `force::Bool`: Remove the folder `compiled_app` if it exists before creating the app.
554554
555+ ### Advanced keyword arguments
556+
555557- `cpu_target::String`: The value to use for `JULIA_CPU_TARGET` when building the system image.
556558"""
557559function create_app (package_dir:: String ,
You can’t perform that action at this time.
0 commit comments