diff options
| author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-05-25 18:26:38 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-06-01 16:27:54 +0200 |
| commit | 8594613f94a53663be754f511fe22de2634d6cbe (patch) | |
| tree | 14f6d6d153b8de56d2cbd4ed32002e45c495a5fd /platform/javascript | |
| parent | ae04dac2db36ca13ea3ccbed70a2a8d23f8b73d5 (diff) | |
| download | redot-engine-8594613f94a53663be754f511fe22de2634d6cbe.tar.gz | |
LinuxBSD now compiles without vulkan/x11.
Diffstat (limited to 'platform/javascript')
| -rw-r--r-- | platform/javascript/detect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index d01e8a8bd4..da6adc4cd8 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -53,6 +53,7 @@ def get_flags(): # in this platform. For the available networking methods, the browser # manages TLS. ("module_mbedtls_enabled", False), + ("vulkan", False), ] |
