zig build-exe, build-lib, build-obj
This change makes it possible to build zig sources from Bazel rules by calling the right tool.
This commit is contained in:
parent
50103497f6
commit
d195402030
@ -91,6 +91,9 @@ _ZIG_TOOLS = [
|
||||
"ld64.lld", # Mach-O
|
||||
"lld-link", # COFF
|
||||
"wasm-ld", # WebAssembly
|
||||
"build-exe", # building zig files
|
||||
"build-lib", # building zig files
|
||||
"build-obj" # building zig files
|
||||
]
|
||||
|
||||
_ZIG_TOOL_WRAPPER_WINDOWS_CACHE_KNOWN = """@echo off
|
||||
|
Loading…
Reference in New Issue
Block a user