mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 23:12:23 +00:00
cxxrtl: fix zig build deps specification.
This commit is contained in:
parent
12f3ecd3ce
commit
02e500d295
|
@ -190,7 +190,7 @@ def main(np: Project, args):
|
||||||
cmd += ["-Doptimize=ReleaseFast"]
|
cmd += ["-Doptimize=ReleaseFast"]
|
||||||
outf = "cxxrtl/zig-out/bin/cxxrtl"
|
outf = "cxxrtl/zig-out/bin/cxxrtl"
|
||||||
cr.add_process(cmd,
|
cr.add_process(cmd,
|
||||||
infs=cc_o_paths + np.path("cxxrtl").glob("**/*.zig"),
|
infs=cc_o_paths + list(np.path("cxxrtl").glob("**/*.zig")),
|
||||||
outf=outf,
|
outf=outf,
|
||||||
chdir="cxxrtl")
|
chdir="cxxrtl")
|
||||||
cr.run()
|
cr.run()
|
||||||
|
|
Loading…
Reference in a new issue