summaryrefslogtreecommitdiffstats
path: root/build/platform/opengl
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /build/platform/opengl
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/platform/opengl')
-rw-r--r--build/platform/opengl/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/platform/opengl/ya.make b/build/platform/opengl/ya.make
index dbf0f45362c..94f0431d18d 100644
--- a/build/platform/opengl/ya.make
+++ b/build/platform/opengl/ya.make
@@ -6,7 +6,7 @@ IF (NOT OPENGL_REQUIRED)
MESSAGE(FATAL_ERROR "No OpenGL Toolkit for your build")
ELSE()
IF (OS_LINUX)
- IF (OPENGL_VERSION == "18.0.5")
+ IF (OPENGL_VERSION == "18.0.5")
DECLARE_EXTERNAL_RESOURCE(OPENGL sbr:1271121094)
SET(OS_SUFFIX "x86_64-linux-gnu")
ELSE()