diff options
| author | Michael Forney <mforney@mforney.org> | 2021-02-02 00:19:38 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-02-02 00:19:38 -0800 |
| commit | a81f49ae2cdda116a45e8e97cb46cbc5ca7de677 (patch) | |
| tree | fb82dcc1de912036463aeeb9c9f8cb4bf939e6ad /pkg | |
| parent | ec86e05e61d2141da06802133967bbe4a98f04e5 (diff) | |
dav1d: Fix name of dependency target
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/dav1d/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/dav1d/gen.lua b/pkg/dav1d/gen.lua index ceb9727e..5bd5d717 100644 --- a/pkg/dav1d/gen.lua +++ b/pkg/dav1d/gen.lua @@ -124,7 +124,7 @@ local tmpl = paths[[ for _, bit in ipairs{'8', '16'} do for _, src in ipairs(tmpl) do local obj = ('$outdir/%s/%s.o'):format(bit, src) - build('cc', obj, {'$srcdir/src/'..src, '||', '$dir/deps'}, {cflags='$cflags -D BITDEPTH='..bit}) + build('cc', obj, {'$srcdir/src/'..src, '||', '$gendir/deps'}, {cflags='$cflags -D BITDEPTH='..bit}) table.insert(srcs, obj) end end |
