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:
parent
3a05b78826
commit
e0ab8db923
@ -1,5 +1,7 @@
|
||||
#! /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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user