mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
compiler_rt does not need a build_options module
This commit is contained in:
parent
cefcf39faa
commit
6294e65eeb
2 changed files with 0 additions and 4 deletions
|
|
@ -170,9 +170,7 @@ int main(int argc, char **argv) {
|
|||
"-ofmt=c", "-OReleaseSmall",
|
||||
"--name", "compiler_rt", "-femit-bin=compiler_rt.c",
|
||||
"-target", host_triple,
|
||||
"--dep", "build_options",
|
||||
"-Mroot=lib/compiler_rt.zig",
|
||||
"-Mbuild_options=config.zig",
|
||||
NULL,
|
||||
};
|
||||
print_and_run(child_argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue