Update compileshaders.py
glslangValidator has a capital V in its name. This will make this script work again on unix likes.
This commit is contained in:
parent
0686ff5dbc
commit
9e3f2b5e28
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ def findGlslang():
|
||||||
if args.glslang != None and isExe(args.glslang):
|
if args.glslang != None and isExe(args.glslang):
|
||||||
return args.glslang
|
return args.glslang
|
||||||
|
|
||||||
exe_name = "glslangvalidator"
|
exe_name = "glslangValidator"
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
exe_name += ".exe"
|
exe_name += ".exe"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue