Browse Source

scons: add alias for identity

tags/android-x86-2.2
Zack Rusin 15 years ago
parent
commit
b22d65e9fc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/drivers/identity/SConscript

+ 2
- 0
src/gallium/drivers/identity/SConscript View File

@@ -10,4 +10,6 @@ identity = env.ConvenienceLibrary(
'id_screen.c',
])

env.Alias('identity', identity)

Export('identity')

Loading…
Cancel
Save