diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-11-02 12:27:38 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-11-02 13:11:55 +0200 |
commit | 1ad14eb14b0b25319d47c987edb0d096c470dc64 (patch) | |
tree | 6f8a3a32b9140281f5ae5c28bfa5098a3203e096 /SConstruct | |
parent | 87727f70ed5316253407e4435a1ea1fb379d1b80 (diff) |
[macOS] Add support for OpenGLES3 video driver.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 78e3d28337..fea0e0ab28 100644 --- a/SConstruct +++ b/SConstruct @@ -132,6 +132,7 @@ opts.Add(BoolVariable("deprecated", "Enable deprecated features", True)) opts.Add(BoolVariable("minizip", "Enable ZIP archive support using minizip", True)) opts.Add(BoolVariable("xaudio2", "Enable the XAudio2 audio driver", False)) opts.Add(BoolVariable("vulkan", "Enable the vulkan video driver", True)) +opts.Add(BoolVariable("opengl3", "Enable the OpenGL/GLES3 video driver", True)) opts.Add("custom_modules", "A list of comma-separated directory paths containing custom modules to build.", "") opts.Add(BoolVariable("custom_modules_recursive", "Detect custom modules recursively for each specified path.", True)) opts.Add(BoolVariable("use_volk", "Use the volk library to load the Vulkan loader dynamically", True)) |