Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2015-04-16 01:32:14 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:16 +0300
commit3d6c6713caf949fcfcbca83de8cf0d990cc75f83 (patch)
tree514b9db5197d1ba6a8d04d52712860a40e8aac53 /tools/autobuild
parentda9d55a40842a6be933f63cfe3b0fafffa260e4b (diff)
rebase fixes
Diffstat (limited to 'tools/autobuild')
-rw-r--r--tools/autobuild/shader_preprocessor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autobuild/shader_preprocessor.py b/tools/autobuild/shader_preprocessor.py
index 729e980bba..76634897d0 100644
--- a/tools/autobuild/shader_preprocessor.py
+++ b/tools/autobuild/shader_preprocessor.py
@@ -145,7 +145,7 @@ def writeImplementationFile(programsDef, programIndex, shaderIndex, shaderDir, i
fragmentShaders = [s for s in shaders if s.endswith(".fsh")]
file = open(formatOutFilePath(shaderDir, implFile), 'w')
file.write("#include \"%s\"\n\n" % (defFile))
- file.write("#include \"../std/utility.hpp\"\n\n")
+ file.write("#include \"std/utility.hpp\"\n\n")
file.write("namespace gpu\n")
file.write("{\n\n")