projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b284f1f
)
llvmpipe: Build lp_test_arit on MSVC too.
author
Jose Fonseca
<jfonseca@vmware.com>
Sun, 3 Apr 2016 10:09:35 +0000
(11:09 +0100)
committer
Jose Fonseca
<jfonseca@vmware.com>
Sun, 3 Apr 2016 10:17:20 +0000
(11:17 +0100)
It builds fine now. Probably due to C99 support.
Trivial.
src/gallium/drivers/llvmpipe/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/SConscript
b/src/gallium/drivers/llvmpipe/SConscript
index 11cc3bcc858ef62a44cabc839df6afaff97daf31..8188156afc2f736620faaf765a1f5dd0eb81a31a 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/SConscript
+++ b/
src/gallium/drivers/llvmpipe/SConscript
@@
-25,15
+25,13
@@
if not env['embedded']:
env.Prepend(LIBS = [llvmpipe, gallium, mesautil])
tests = [
+ 'arit',
'format',
'blend',
'conv',
'printf',
]
- if not env['msvc']:
- tests.append('arit')
-
for test in tests:
testname = 'lp_test_' + test
target = env.Program(