mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
nvc0: Fix typo of nvc0_mm.c in SConscript.
This commit is contained in:
parent
becd98018b
commit
84ebd8e2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ nvc0 = env.ConvenienceLibrary(
|
|||
'nvc0_push.c',
|
||||
'nvc0_push2.c',
|
||||
'nvc0_fence.c',
|
||||
'nvc0_mm'
|
||||
'nvc0_mm.c'
|
||||
])
|
||||
|
||||
Export('nvc0')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue