authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-14 18:22:50-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-14 18:22:50-07:00
log816304e7e14c911ec12b04e752885182169698ca
tree456c833f28c8b6c26ea609c6b6600420db6677da
parentc0e9d3fb86330ab56ae450fa3e7ffff8fe87b49e

add .tbd to usage text


1 files changed, 1 insertions(+), 0 deletions(-)

src/main.zig+1
...@@ -221,6 +221,7 @@ const usage_build_generic =...@@ -221,6 +221,7 @@ const usage_build_generic =
221 \\ .so ELF shared object (dynamic link)221 \\ .so ELF shared object (dynamic link)
222 \\ .dll Windows Dynamic Link Library222 \\ .dll Windows Dynamic Link Library
223 \\ .dylib MACH-O (macOS) dynamic library223 \\ .dylib MACH-O (macOS) dynamic library
224 \\ .tbd (macOS) text-based dylib definition
224 \\ .s Target-specific assembly source code225 \\ .s Target-specific assembly source code
225 \\ .S Assembly with C preprocessor (requires LLVM extensions)226 \\ .S Assembly with C preprocessor (requires LLVM extensions)
226 \\ .c C source code (requires LLVM extensions)227 \\ .c C source code (requires LLVM extensions)