projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5862b6e
)
scons: Fix Cygwin build.
author
Vinson Lee
<vlee@vmware.com>
Fri, 16 Jul 2010 19:34:22 +0000
(12:34 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 16 Jul 2010 19:34:22 +0000
(12:34 -0700)
The Cygwin SCons build needed several file names to be fully qualified.
src/gallium/auxiliary/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/SConscript
b/src/gallium/auxiliary/SConscript
index 7e06cc0c76efce66094e45818daf12f08a63d2a6..926b2651dab99436b15d790bfd12a9f7fd36b975 100644
(file)
--- a/
src/gallium/auxiliary/SConscript
+++ b/
src/gallium/auxiliary/SConscript
@@
-32,8
+32,8
@@
env.CodeGenerate(
env.CodeGenerate(
target = 'util/u_format_table.c',
- script = 'util/u_format_table.py',
- source = ['util/u_format.csv'],
+ script = '
#src/gallium/auxiliary/
util/u_format_table.py',
+ source = ['
#src/gallium/auxiliary/
util/u_format.csv'],
command = 'python $SCRIPT $SOURCE > $TARGET'
)
@@
-45,7
+45,7
@@
env.CodeGenerate(
)
env.Depends('util/u_format_table.c', [
- '
util/u_format_parse.py',
+ '
#src/gallium/auxiliary/util/u_format_parse.py',
'util/u_format_pack.py',
])