Skip to content

Commit 0c17dff

Browse files
authored
Fix typo in docs: use correct default cpu target (#633)
A very small typo, but it's annoying because it means the user could think they were asked to pass "nativea" instead of "native".
1 parent 5108798 commit 0c17dff

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
@@ -394,7 +394,7 @@ compiler (can also include extra arguments to the compiler, like `-g`).
394394
Keyword argument `incremental` must be `true` if `base_sysimage` is not `nothing`.
395395
396396
- `cpu_target::String`: The value to use for `JULIA_CPU_TARGET` when building the system image. Defaults
397-
to `nativea`.
397+
to `native`.
398398
399399
- `script::String`: Path to a file that gets executed in the `--output-o` process.
400400

0 commit comments

Comments
 (0)