mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
stage1: add missing help for --override-lib-dir
This commit is contained in:
parent
a8b3b5f11c
commit
47addd87ac
@ -84,7 +84,8 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
|
||||
" -dirafter [dir] same as -isystem but do it last\n"
|
||||
" -isystem [dir] add additional search path for other .h files\n"
|
||||
" -mllvm [arg] forward an arg to LLVM's option processing\n"
|
||||
" --override-std-dir [arg] use an alternate Zig standard library\n"
|
||||
" --override-std-dir [arg] override path to Zig standard library\n"
|
||||
" --override-lib-dir [arg] override path to Zig lib library\n"
|
||||
" -ffunction-sections places each function in a seperate section\n"
|
||||
"\n"
|
||||
"Link Options:\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user