| Index: tests/build.scons
|
| ===================================================================
|
| --- tests/build.scons (revision 19743)
|
| +++ tests/build.scons (working copy)
|
| @@ -153,12 +153,12 @@
|
| env.Help('\n')
|
|
|
| swiftshader_install = []
|
| -if env.Bit('windows'):
|
| - # Copy SwiftShader to plugin dir.
|
| - swiftshader_path = env.subst('$SWIFTSHADER_DIR/swiftshader_d3d9.dll')
|
| - if os.path.exists(swiftshader_path):
|
| - swiftshader_install = env.Replicate('$ARTIFACTS_DIR/O3DExtras',
|
| - swiftshader_path)
|
| +if env.Bit('windows'):
|
| + # Copy SwiftShader to plugin dir.
|
| + swiftshader_path = env.subst('$SWIFTSHADER_DIR/swiftshader_d3d9.dll')
|
| + if os.path.exists(swiftshader_path):
|
| + swiftshader_install = env.Replicate('$ARTIFACTS_DIR/O3DExtras',
|
| + swiftshader_path)
|
|
|
| # -------------------------------------------------------------------------
|
| # Unit tests
|
|
|