mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 09:10:11 +01:00
scons: add alias for identity
This commit is contained in:
parent
ff79633d9f
commit
b22d65e9fc
1 changed files with 2 additions and 0 deletions
|
|
@ -10,4 +10,6 @@ identity = env.ConvenienceLibrary(
|
|||
'id_screen.c',
|
||||
])
|
||||
|
||||
env.Alias('identity', identity)
|
||||
|
||||
Export('identity')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue