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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user