We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f2815 commit a8233d4Copy full SHA for a8233d4
SConstruct
@@ -2319,6 +2319,7 @@ if env["WITH_GL"] and doConfigure :
2319
2320
glTest = glTestEnv.Command( "test/IECoreGL/results.txt", glPythonModule, "$PYTHON $TEST_GL_SCRIPT --verbose" )
2321
NoCache( glTest )
2322
+ glTestEnv.Depends( glTest, glLibrary )
2323
glTestEnv.Depends( glTest, corePythonModule )
2324
glTestEnv.Depends( glTest, imagePythonModule )
2325
glTestEnv.Depends( glTest, glob.glob( "test/IECoreGL/*.py" ) )
0 commit comments