mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
llvmpipe: Don't build lp_test_arit on MSVC.
Several issues due to expf/logf/etc either not being declared, or being defined as a macro.
This commit is contained in:
parent
a7f67b1c50
commit
762bf931ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue