mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-28 13:40:41 +00:00
Correct newlines and executable bit for BuildLinuxCMake.sh
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25404 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
0547c2a6bb
commit
2023368ce1
16
BuildLinuxCMake.sh
Normal file → Executable file
16
BuildLinuxCMake.sh
Normal file → Executable file
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
rm -rf linux_build
|
||||
mkdir linux_build
|
||||
pushd linux_build
|
||||
cmake ..
|
||||
make
|
||||
./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
|
||||
popd
|
||||
#!/bin/bash
|
||||
rm -rf linux_build
|
||||
mkdir linux_build
|
||||
pushd linux_build
|
||||
cmake ..
|
||||
make
|
||||
./StandAlone/glslangValidator -i ../Test/sample.vert ../Test/sample.frag
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user