This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
scons: add alias for identity
tags/android-x86-2.2
Zack Rusin
15 years ago
parent
ff79633d9f
commit
b22d65e9fc
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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')
Write
Preview
Loading…
Cancel
Save