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
This commit is contained in:
John Kessenich 2013-07-08 21:50:31 +00:00
parent 3a05b78826
commit e0ab8db923
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#! /bin/bash #! /bin/bash
rm StandAlone/StandAlone
# build the StandAlone app and all it's dependencies # build the StandAlone app and all it's dependencies
make -C StandAlone make -C StandAlone

View File

@ -207,10 +207,12 @@ int C_DECL main(int argc, char* argv[])
ShDestruct(linker); ShDestruct(linker);
ShDestruct(uniformMap); ShDestruct(uniformMap);
#ifdef _WIN32
if (delay) if (delay)
Sleep(1000000); Sleep(1000000);
} }
#endif
if (compileFailed) if (compileFailed)
return EFailCompile; return EFailCompile;