Skip to content
Snippets Groups Projects
Commit e0ab8db9 authored by John Kessenich's avatar John Kessenich
Browse files

Final linux tweak.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22294 e7fa87d3-cd2b-0410-9028-fcbf551c1848
parent 3a05b788
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
rm StandAlone/StandAlone
# build the StandAlone app and all it's dependencies
make -C StandAlone
......
......@@ -207,10 +207,12 @@ int C_DECL main(int argc, char* argv[])
ShDestruct(linker);
ShDestruct(uniformMap);
#ifdef _WIN32
if (delay)
Sleep(1000000);
}
#endif
if (compileFailed)
return EFailCompile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment