projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f67b1
)
llvmpipe: Don't build lp_test_arit on MSVC.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 18 Aug 2011 17:04:44 +0000
(18:04 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 18 Aug 2011 17:04:44 +0000
(18:04 +0100)
Several issues due to expf/logf/etc either not being declared,
or being defined as a macro.
src/gallium/drivers/llvmpipe/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/SConscript
b/src/gallium/drivers/llvmpipe/SConscript
index 2b232a524ae2371a34448319baf447ca403ecfa3..129de297824da40530716cc5dff06d43507d0967 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/SConscript
+++ b/
src/gallium/drivers/llvmpipe/SConscript
@@
-85,7
+85,6
@@
if not env['embedded']:
env.Prepend(LIBS = [llvmpipe] + gallium)
tests = [
- 'arit',
'format',
'blend',
'conv',
@@
-94,6
+93,7
@@
if not env['embedded']:
]
if not env['msvc']:
+ tests.append('arit')
tests.append('round')
for test in tests: